Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "Add sphinx-version-warning for latest" #104

Merged
merged 1 commit into from
Jun 26, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ sphinx-rtd-theme==1.1.1
sphinx-tabs==3.4.0
sphinx-toolbox==3.1.2
sphinxcontrib-bibtex==2.5.0
sphinx-version-warning==1.1.2
9 changes: 0 additions & 9 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
"sphinx.ext.extlinks",
"sphinx.ext.intersphinx",
"sphinxcontrib.bibtex",
"versionwarning.extension",
]

pygments_style = "vs"
Expand Down Expand Up @@ -82,14 +81,6 @@
}
numpydoc_xref_ignore = {"optional", "or", "of"}

# -- sphinx-version-warning config

versionwarning_messages = {
"latest": (
"This document is for the development version. "
'For the stable version documentation, see <a href="/en/stable/">here</a>.'
),
}

# -- Docstring preprocessing for autodoc

Expand Down