Skip to content

Commit

Permalink
Update readthedocs config
Browse files Browse the repository at this point in the history
  • Loading branch information
schlenk committed Feb 28, 2024
1 parent d593d68 commit f0e8046
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
version: 2

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

sphinx:
configuration: doc/conf.py

python:
install:
- path: .
extra_requirements:
- docs
- requirements: doc/requirements.txt
20 changes: 20 additions & 0 deletions doc/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
alabaster==0.7.16
autodoc-pydantic==2.0.1
Babel==2.14.0
docutils==0.20.1
imagesize==1.4.1
Jinja2==3.1.3
pydantic==2.6.2
pydantic-settings==2.2.1
pydantic_core==2.16.3
Pygments==2.17.2
readme_renderer==43.0
snowballstemmer==2.2.0
Sphinx==7.2.6
sphinx-autobuild==2024.2.4
sphinxcontrib-applehelp==1.0.8
sphinxcontrib-devhelp==1.0.6
sphinxcontrib-htmlhelp==2.0.5
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.7
sphinxcontrib-serializinghtml==1.1.10

0 comments on commit f0e8046

Please sign in to comment.