Skip to content

Commit fc871b2

Browse files
dnicolodirgommers
authored andcommitted
DOC: do not show version number
1 parent e6213cc commit fc871b2

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

docs/conf.py

+1-5
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,14 @@
77
import time
88
import sys
99

10-
sys.path.insert(0, os.path.abspath('..'))
11-
import mesonpy
12-
1310
_build_time = int(os.environ.get('SOURCE_DATE_EPOCH', time.time()))
1411
_build_date = datetime.datetime.fromtimestamp(_build_time, tz=datetime.timezone.utc)
1512

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

2016
html_theme = 'furo'
21-
html_title = f'meson-python {version}'
17+
html_title = f'meson-python'
2218

2319
extensions = [
2420
'sphinx_copybutton',

0 commit comments

Comments
 (0)