Skip to content

Commit 13447b1

Browse files
committed
Remove version/release from Sphinx docs.
It became problematic with setuptools_scm. There is probably a better solution, but for now the release/version will just be removed from the docs.
1 parent 4b0526e commit 13447b1

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

docs/conf.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,6 @@
4848
# built documents.
4949
#
5050
# The short X.Y version.
51-
sys.path.append(os.path.abspath(os.path.join(__file__, '../..')))
52-
53-
version = __import__('pytest_django').__version__
54-
# The full version, including alpha/beta/rc tags.
55-
release = __import__('pytest_django').__version__
5651

5752
# The language for content autogenerated by Sphinx. Refer to documentation
5853
# for a list of supported languages.

0 commit comments

Comments
 (0)