Skip to content

Commit

Permalink
Update and move readthedocs config file
Browse files Browse the repository at this point in the history
  • Loading branch information
ndejong committed Sep 21, 2024
1 parent 5c4f2a1 commit 83c7c38
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .readthedocs.yml → docs/.readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ mkdocs:
build:
os: ubuntu-22.04
tools:
python: "3.10"
python: "3.12"
jobs:
pre_build:
- pip install mkdocs-material==9.1.21 # https://pypi.org/project/mkdocs-material/#history
- pip install mkdocs-material==9.5.36 # https://pypi.org/project/mkdocs-material/#history
- pip install pydoc-markdown==4.8.2 # https://pypi.org/project/pydoc-markdown/#history
- pip install novella==0.2.6 # https://pypi.org/project/novella/#history
- cd docs && novella --base-url /en/latest/
- cd docs && novella --base-url /
post_build:
- rm -Rf $READTHEDOCS_OUTPUT/html
- mv docs/_site $READTHEDOCS_OUTPUT/html
Expand Down

0 comments on commit 83c7c38

Please sign in to comment.