Skip to content

Commit

Permalink
DOC: do not show version
Browse files Browse the repository at this point in the history
  • Loading branch information
dnicolodi committed Oct 21, 2024
1 parent 4482ac7 commit 06a07cb
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,14 @@
import time
import sys

sys.path.insert(0, os.path.abspath('..'))
import mesonpy

_build_time = int(os.environ.get('SOURCE_DATE_EPOCH', time.time()))
_build_date = datetime.datetime.fromtimestamp(_build_time, tz=datetime.timezone.utc)

project = 'meson-python'
version = release = mesonpy.__version__
copyright = f'2021\N{EN DASH}{_build_date.year} The meson-python developers'

html_theme = 'furo'
html_title = f'meson-python {version}'
html_title = f'meson-python'

extensions = [
'sphinx_copybutton',
Expand Down

0 comments on commit 06a07cb

Please sign in to comment.