Skip to content

Commit

Permalink
try to fix failing build by providing a configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
christianspecht committed Oct 26, 2021
1 parent 0b144ba commit ced79b7
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .readthedocs.yaml
@@ -0,0 +1,9 @@
version: 2

sphinx:
configuration: source/conf.py

python:
version: 3.7
install:
- requirements: requirements.txt
28 changes: 28 additions & 0 deletions requirements.txt
@@ -0,0 +1,28 @@
alabaster==0.7.12
Babel==2.9.1
certifi==2021.5.30
charset-normalizer==2.0.3
colorama==0.4.4
docutils==0.16
idna==3.2
imagesize==1.2.0
Jinja2==3.0.1
MarkupSafe==2.0.1
msvc-runtime==14.29.30036
packaging==21.0
Pygments==2.9.0
pyparsing==2.4.7
pytz==2021.1
requests==2.26.0
snowballstemmer==2.1.0
Sphinx==4.1.2
sphinx-rtd-theme==0.5.2
sphinxcontrib-applehelp==1.0.2
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
sqlite-bro==0.9.3
urllib3==1.26.6
winpython==4.3.20210620

0 comments on commit ced79b7

Please sign in to comment.