Skip to content

Commit

Permalink
add configuration file for readthedocs (#2505)
Browse files Browse the repository at this point in the history
  • Loading branch information
oskooi authored May 8, 2023
1 parent 79e8d17 commit b3f42f2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
13 changes: 13 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
version: 2

build:
os: ubuntu-22.04
tools:
python: "3.10"

mkdocs:
configuration: mkdocs.yml

python:
install:
- requirements: doc/requirements.txt
4 changes: 0 additions & 4 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ markdown_extensions:
extra_javascript:
- 'https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS_HTML'

formats:
- epub
- pdf

nav:
- 'Manual': 'index.md'
- 'Introduction': 'Introduction.md'
Expand Down

0 comments on commit b3f42f2

Please sign in to comment.