Skip to content

Commit

Permalink
Fixes an issue with documentation headers by forcing a theme update (#29
Browse files Browse the repository at this point in the history
)

* Try docs fix

* Increment version

* Fix version
  • Loading branch information
mmuckley authored May 25, 2021
1 parent 4d98054 commit 336cfab
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 9 deletions.
4 changes: 2 additions & 2 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sphinx
sphinx-rtd-theme
sphinx>=3.2.0
sphinx-rtd-theme>=0.5.1
sphinxcontrib-katex
sphinx-autodoc-typehints
5 changes: 0 additions & 5 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,24 +65,20 @@ References

.. toctree::
:hidden:
:maxdepth: 1
:caption: User Guide

basic
performance

.. toctree::
:hidden:
:maxdepth: 1
:titlesonly:
:caption: API

torchkbnufft
torchkbnufft.functional

.. toctree::
:hidden:
:maxdepth: 1
:caption: Core Modules

generated/torchkbnufft.KbInterp
Expand All @@ -93,7 +89,6 @@ References

.. toctree::
:hidden:
:maxdepth: 1
:caption: Utility Functions

generated/torchkbnufft.calc_density_compensation_function
Expand Down
2 changes: 1 addition & 1 deletion readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
python:
version: 3.7
version: 3.8
install:
- requirements: docs/requirements.txt
- method: pip
Expand Down
2 changes: 1 addition & 1 deletion torchkbnufft/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Package info"""

__version__ = "1.2.0"
__version__ = "1.2.0.post1"
__author__ = "Matthew Muckley"
__author_email__ = "[email protected]"
__license__ = "MIT"
Expand Down

0 comments on commit 336cfab

Please sign in to comment.