Skip to content

Commit

Permalink
Removing multiversion code
Browse files Browse the repository at this point in the history
  • Loading branch information
kbonney committed Aug 14, 2023
1 parent 2d5cbe9 commit 88df1fa
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 44 deletions.
9 changes: 0 additions & 9 deletions documentation/_build/html/index.html

This file was deleted.

27 changes: 0 additions & 27 deletions documentation/_templates/versions.html

This file was deleted.

7 changes: 0 additions & 7 deletions documentation/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@
'sphinx.ext.autosummary',
'sphinx.ext.napoleon',
'sphinx.ext.intersphinx',
'sphinx_multiversion',
'sphinxcontrib.jquery',
]

napoleon_use_rtype = False
Expand All @@ -53,11 +51,6 @@
autoclass_content = 'both'
numfig=True
numfig_format = {'figure': 'Figure %s', 'table': 'Table %s', 'code-block': 'Listing %s'}
# Whitelist pattern for tags (set to None to ignore all tags)
smv_tag_whitelist = None
# Whitelist pattern for branches (set to None to ignore all branches)
smv_branch_whitelist = r'^.*$'


# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ rtree; sys_platform == "darwin" or sys_platform == "linux"
# Documentation
sphinx
sphinx_rtd_theme
sphinx-multiversion

# Testing
pytest
Expand Down

0 comments on commit 88df1fa

Please sign in to comment.