Skip to content

Commit

Permalink
Show version info
Browse files Browse the repository at this point in the history
  • Loading branch information
jahn committed Oct 11, 2024
1 parent 726aa03 commit 3c01be1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,14 @@ def get_version():
# "release" is used for LaTeX build
release = version

import sphinx
copyright += ', Sphinx ' + sphinx.__version__

import sphinx_rtd_theme
copyright += ', theme ' + sphinx_rtd_theme.__version__

import docutils
copyright += ', docutils ' + docutils.__version__


# The language for content autogenerated by Sphinx.
Expand Down

0 comments on commit 3c01be1

Please sign in to comment.