Skip to content

Commit

Permalink
adds .readthedocs.yaml; docs/requirements.txt and updates requirement…
Browse files Browse the repository at this point in the history
…s-dev.txt and docs/.gitignore (#216)
  • Loading branch information
mxochicale committed May 10, 2023
1 parent 17b3271 commit 1bb5960
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 6 deletions.
21 changes: 21 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

# Set the version of Python and other tools you might need
build:
os: ubuntu-22.04
tools:
python: 3.8

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

# Optionally declare the Python requirements required to build your docs
python:
install:
- requirements: docs/requirements.txt
2 changes: 1 addition & 1 deletion docs/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/sksurgeryvtk.rst
/sksurgeryvtk.*.rst
/modules.rst
/build
/build
4 changes: 4 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
six<=1.16.0
sphinx<=5.3.0
sphinx_rtd_theme<=1.2.0
nbsphinx<=0.8.12
6 changes: 1 addition & 5 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,10 @@ mock<=5.0.1
pyfakefs<=5.1.0
parameterized<=0.8.1
pylint<=2.16.1
sphinx<=5.3.0
sphinx_rtd_theme<=1.2.0
nbsphinx<=0.8.12
pyinstaller<=5.7.0
pytest<=7.2.1
pytest-qt-app<=1.0.1
pytest-qt<=4.2.0
tox<=4.4.5
coveralls<=3.3.1
pyyaml<=6.0
six<=1.16.0
pyyaml<=6.0

0 comments on commit 1bb5960

Please sign in to comment.