Skip to content

Commit

Permalink
Fix RTD dependencies, maybe
Browse files Browse the repository at this point in the history
  • Loading branch information
virtuald committed Jan 22, 2023
1 parent 3f6ecd7 commit 39c6eb5
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 5 deletions.
13 changes: 13 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
version: 2

sphinx:
configuration: conf.py

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

python:
install:
- requirements: requirements.txt
37 changes: 32 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,33 @@
sphinx>=5
alabaster==0.7.13
Babel==2.11.0
certifi==2022.12.7
charset-normalizer==3.0.1
docutils==0.18.1
idna==3.4
imagesize==1.4.1
Jinja2==3.1.2
MarkupSafe==2.1.2
packaging==23.0
Pygments==2.14.0
pytz==2022.7.1
requests==2.28.2
robotpy-sphinx-plugin==0.1.6
setuptools-scm==7.1.0
snowballstemmer==2.2.0
Sphinx==5.3.0
sphinx-automodapi==0.14.1
sphinx-reredirects==0.1.1
sphinx-rtd-theme==1.2.0rc1
sphinx-reredirects
robotpy-sphinx-plugin
sphinx-inline-tabs
sphinxext-opengraph
sphinx_autodoc_typehints==1.21.7
sphinx_inline_tabs==2022.1.2b11
sphinxcontrib-devhelp==1.0.2
sphinxcontrib-htmlhelp==2.0.0
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.5
sphinxcontrib.applehelp==1.0.3
sphinxext-opengraph==0.7.5
toml==0.10.2
tomli==2.0.1
typing_extensions==4.4.0
urllib3==1.26.14

0 comments on commit 39c6eb5

Please sign in to comment.