We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae10ae3 commit 7fa679eCopy full SHA for 7fa679e
3 files changed
docs/stylesheets/extra.css
mkdocs.yml
@@ -91,12 +91,12 @@ plugins:
91
enable_parallel_processing: false
92
- redirects:
93
redirect_maps:
94
-
+ en/latest/index.md: index.md
95
96
markdown_extensions:
97
- admonition
98
- meta # ADD THIS LINE (parse YAML front matter)
99
-- codehilite
+#- codehilite
100
- footnotes
101
- tables # Added: Missing from original
102
- toc:
requirements-docs.txt
@@ -6,4 +6,5 @@ mkdocs-macros-plugin
6
mkdocs-minify-plugin
7
mkdocs-redirects
8
pymdown-extensions
9
-ruamel.yaml
+ruamel.yaml
10
+pymdown-extensions>=10.21.2
0 commit comments