Skip to content

Commit

Permalink
Merge pull request #43 from felixriese/add-rtd-cfg
Browse files Browse the repository at this point in the history
ADD read-the-docs config
  • Loading branch information
felixriese committed Jul 8, 2023
2 parents af4bd80 + cfbb7fe commit e369e88
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
version: 2

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

sphinx:
configuration: docs/conf.py
6 changes: 3 additions & 3 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ black==22.10.0
isort==5.12.0

# for the documentation
sphinx>=4.5.0
sphinx==7.0.1
sphinx-autobuild>=0.7.1
numpydoc>=1.2.1
sphinx_rtd_theme>=1.0.0
numpydoc==1.5.0
sphinx_rtd_theme==1.2.2

# for linting
mypy==0.991
Expand Down

0 comments on commit e369e88

Please sign in to comment.