mirror of
https://github.com/danog/Valinor.git
synced 2024-11-30 04:39:05 +01:00
doc: improve documentation building process
This commit is contained in:
parent
e6bf924bdf
commit
bf2264b8e3
@ -22,6 +22,10 @@ extra:
|
|||||||
extra_css:
|
extra_css:
|
||||||
- stylesheets/extra.css
|
- stylesheets/extra.css
|
||||||
|
|
||||||
|
plugins:
|
||||||
|
- mike:
|
||||||
|
canonical_version: latest
|
||||||
|
|
||||||
theme:
|
theme:
|
||||||
name: material
|
name: material
|
||||||
custom_dir: overrides
|
custom_dir: overrides
|
||||||
|
1
docs/pages/robots.txt
Normal file
1
docs/pages/robots.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
Sitemap: https://valinor.cuyz.io/latest/sitemap.xml
|
@ -1,8 +1,10 @@
|
|||||||
mkdocs==1.3.0
|
mkdocs==1.3.0
|
||||||
mike==1.1.2
|
|
||||||
markdown==3.3.7
|
markdown==3.3.7
|
||||||
mkdocs-material==8.2.3
|
mkdocs-material==8.2.3
|
||||||
|
|
||||||
|
# Use mike=1.2.x when available
|
||||||
|
git+https://github.com/jimporter/mike@392d57b8bb9d14bcedf2451a0dc302709f8055eb
|
||||||
|
|
||||||
# Markdown extensions
|
# Markdown extensions
|
||||||
Pygments==2.12.0
|
Pygments==2.12.0
|
||||||
pymdown-extensions==9.4
|
pymdown-extensions==9.4
|
||||||
|
Loading…
Reference in New Issue
Block a user