Skip to content

Commit

Permalink
Upadated readthedocs conf file and added dedicated Sphinx requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
sarusso committed Aug 13, 2024
1 parent 54abd5f commit 192f93e
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
version: 2

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py

# Set the version of Python and requirements required to build your docs
build:
os: ubuntu-20.04
tools:
python: "3.12"

python:
version: 3.7
install:
- requirements: requirements.txt
- method: pip
path: .
system_packages: true
- requirements: requirements_sphinx.txt
19 changes: 19 additions & 0 deletions requirements_sphinx.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
Keras >=2.1.3, <3.0.0
matplotlib >=2.1.2, <4.0.0
numpy >=1.19.5, <2.0.0
scikit-learn >=0.2.2, <2.0.0
pandas >=0.23.4, <2.0.0
chardet >=3.0.4, <4.0.0
convertdate >=2.1.2, <3.0.0
lunarcalendar >=0.0.9, <1.0.0
cython >=0.29.17, <1.0.0
requests >=2.20.0, <3.0.0
h5py >=2.10.0, <4.0.0
scipy >=1.5.4, <2.0.0
pyppeteer >=0.2.6, <1.0.0
propertime>=1.0.0, < 2.0.0
fitter==1.7.0

sphinx==5.3.0
sphinx_rtd_theme==1.1.1
sphinx-notfound-page==1.0.2

0 comments on commit 192f93e

Please sign in to comment.