From 336cfab544e07ecf8a1b7910b9c89fa0ff2cd1c6 Mon Sep 17 00:00:00 2001 From: Matthew Muckley Date: Mon, 24 May 2021 21:30:26 -0400 Subject: [PATCH] Fixes an issue with documentation headers by forcing a theme update (#29) * Try docs fix * Increment version * Fix version --- docs/requirements.txt | 4 ++-- docs/source/index.rst | 5 ----- readthedocs.yml | 2 +- torchkbnufft/__init__.py | 2 +- 4 files changed, 4 insertions(+), 9 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index f3ed99c..3b1bdbc 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,4 +1,4 @@ -sphinx -sphinx-rtd-theme +sphinx>=3.2.0 +sphinx-rtd-theme>=0.5.1 sphinxcontrib-katex sphinx-autodoc-typehints \ No newline at end of file diff --git a/docs/source/index.rst b/docs/source/index.rst index f2ee186..2de492b 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -65,7 +65,6 @@ References .. toctree:: :hidden: - :maxdepth: 1 :caption: User Guide basic @@ -73,8 +72,6 @@ References .. toctree:: :hidden: - :maxdepth: 1 - :titlesonly: :caption: API torchkbnufft @@ -82,7 +79,6 @@ References .. toctree:: :hidden: - :maxdepth: 1 :caption: Core Modules generated/torchkbnufft.KbInterp @@ -93,7 +89,6 @@ References .. toctree:: :hidden: - :maxdepth: 1 :caption: Utility Functions generated/torchkbnufft.calc_density_compensation_function diff --git a/readthedocs.yml b/readthedocs.yml index 9911576..d482da1 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -1,5 +1,5 @@ python: - version: 3.7 + version: 3.8 install: - requirements: docs/requirements.txt - method: pip diff --git a/torchkbnufft/__init__.py b/torchkbnufft/__init__.py index 1faa948..1af5745 100644 --- a/torchkbnufft/__init__.py +++ b/torchkbnufft/__init__.py @@ -1,6 +1,6 @@ """Package info""" -__version__ = "1.2.0" +__version__ = "1.2.0.post1" __author__ = "Matthew Muckley" __author_email__ = "matt.muckley@gmail.com" __license__ = "MIT"