Skip to content

Commit

Permalink
updates .readthedocs.yaml; docs/conf.yml; adds requirements-docs.txt (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
mxochicale committed May 10, 2023
1 parent 1bb5960 commit 33b7192
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ sphinx:
# Optionally declare the Python requirements required to build your docs
python:
install:
- requirements: docs/requirements.txt
- requirements: requirements-docs.txt
5 changes: 3 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,16 +108,17 @@ def setup(app):
# General information about the project.
project = u'scikit-surgeryvtk'
copyright = u"2018, University College London"
# Authors: Stephen Thompson, Matt Clarkson, Thomas Dowrick and Miguel Xochicale
author = u'Thomas Dowrick'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
version = u''
version = u'2.0.0'
# The full version, including alpha/beta/rc tags.
release = u''
release = u'Final release'

# The short X.Y version.
# version = sksurgeryvtk.__version__
Expand Down
5 changes: 0 additions & 5 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
# This file lists the python packages that your software depends on
# for development.
# It is used by pip to manage software dependencies. It is not to be
# confused with the software requirements, which are listed in
# doc/requirements.rst
-r requirements.txt
coverage<=6.5.0
mock<=5.0.1
Expand Down
File renamed without changes.
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This file lists the python packages that your software depends on.
# It is used by pip to manage software dependencies. It is not to be
# confused with the software requirements, which are listed in
# doc/requirements.rst
# It is used by pip to manage software dependencies.
# It is not to be confused with the software requirements,
# which are listed in requirements-dev.rst and requirements-docs.rst
numpy>=1.11
vtk>=9.2.6
PySide6>=6.5.0
Expand Down

0 comments on commit 33b7192

Please sign in to comment.