Skip to content

Commit

Permalink
Merge branch 'main' into pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperlees authored Mar 5, 2024
2 parents a9e1e23 + 98578bf commit 9195587
Show file tree
Hide file tree
Showing 7 changed files with 484 additions and 157 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

- Added HTTPS support in Docker Compose + Enabled bind-mount volume for Nginx config + add documentation in README.md (PR #1653)

## Documentation

- Updated documentation for `[mirror]` configuration options `PR #1669`

# 6.5.0

## New Features
Expand Down
3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,8 @@ class DocStub:

# Enable certain MyST-Parser extensions
# see also: https://myst-parser.readthedocs.io/en/latest/using/syntax-optional.html
myst_enable_extensions = ["colon_fence"]
myst_enable_extensions = ["colon_fence", "fieldlist"]
myst_heading_anchors = 3

# -- Options for HTML output ----------------------------------------------

Expand Down
Loading

0 comments on commit 9195587

Please sign in to comment.