File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 - embedsignature
2525 - errorlevel
2626 - floordiv
27+ - genindex
2728 - Hauser
2829 - iadd
2930 - iand
Original file line number Diff line number Diff line change 33# For the full list of built-in configuration values, see the documentation:
44# https://www.sphinx-doc.org/en/master/usage/configuration.html
55
6- import sys
7- import os
8-
9- sys .path .insert (0 , os .path .abspath (os .path .dirname (os .path .abspath (__file__ )) + "/../../src/" ))
10-
11- import _version # noqa: E402
6+ import softfloatpy
127
138# -- Project information -----------------------------------------------------
149# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
1510
1611project = 'SoftFloatPy'
1712author = 'Arihiro Yoshida'
1813copyright = '2024-%Y ' + author
19- version = _version .__version__
14+ version = softfloatpy .__version__
2015release = version
2116
2217# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change @@ -8,3 +8,4 @@ SoftFloatPy Documentation
88
99 readme
1010 apidoc/softfloatpy
11+ genindex
You can’t perform that action at this time.
0 commit comments