Skip to content

Commit

Permalink
use requirements.txt for readthedocs build.
Browse files Browse the repository at this point in the history
  • Loading branch information
danfunk committed May 18, 2023
1 parent d0e5d0a commit ec19387
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,6 @@ build:
# nodejs: "19"
# rust: "1.64"
# golang: "1.19"
jobs:
pre_create_environment:
- asdf plugin add poetry
- asdf install poetry latest
- asdf global poetry latest
- poetry config virtualenvs.create false
post_install:
- cd docs
- poetry install

# Build documentation in the docs/ directory with Sphinx
sphinx:
Expand All @@ -31,3 +22,8 @@ sphinx:
# If using Sphinx, optionally build your docs in additional formats such as PDF
# formats:
# - pdf

# Optionally declare the Python requirements required to build your docs
python:
install:
- requirements: docs/requirements.txt
33 changes: 33 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
alabaster==0.7.13
astroid==2.15.5
Babel==2.12.1
certifi==2023.5.7
charset-normalizer==3.1.0
docutils==0.18.1
idna==3.4
imagesize==1.4.1
Jinja2==3.1.2
lazy-object-proxy==1.9.0
markdown-it-py==2.2.0
MarkupSafe==2.1.2
mdit-py-plugins==0.3.5
mdurl==0.1.2
myst-parser==1.0.0
packaging==23.1
Pygments==2.15.1
PyYAML==6.0
requests==2.30.0
snowballstemmer==2.2.0
Sphinx==6.2.1
sphinx-autoapi==2.1.0
sphinx-rtd-theme==1.2.0
sphinxcontrib-applehelp==1.0.4
sphinxcontrib-devhelp==1.0.2
sphinxcontrib-htmlhelp==2.0.1
sphinxcontrib-jquery==4.1
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.5
Unidecode==1.3.6
urllib3==2.0.2
wrapt==1.15.0

0 comments on commit ec19387

Please sign in to comment.