We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4482ac7 commit 3a43b01Copy full SHA for 3a43b01
docs/conf.py
@@ -7,18 +7,14 @@
7
import time
8
import sys
9
10
-sys.path.insert(0, os.path.abspath('..'))
11
-import mesonpy
12
-
13
_build_time = int(os.environ.get('SOURCE_DATE_EPOCH', time.time()))
14
_build_date = datetime.datetime.fromtimestamp(_build_time, tz=datetime.timezone.utc)
15
16
project = 'meson-python'
17
-version = release = mesonpy.__version__
18
copyright = f'2021\N{EN DASH}{_build_date.year} The meson-python developers'
19
20
html_theme = 'furo'
21
-html_title = f'meson-python {version}'
+html_title = f'meson-python'
22
23
extensions = [
24
'sphinx_copybutton',
0 commit comments