Skip to content

Commit c03cdc0

Browse files
committed
Make modifications related to document generation
1 parent 5586bd3 commit c03cdc0

3 files changed

Lines changed: 4 additions & 7 deletions

File tree

cspell.config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ words:
2424
- embedsignature
2525
- errorlevel
2626
- floordiv
27+
- genindex
2728
- Hauser
2829
- iadd
2930
- iand

python/docs/source/conf.py

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,15 @@
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

1611
project = 'SoftFloatPy'
1712
author = 'Arihiro Yoshida'
1813
copyright = '2024-%Y ' + author
19-
version = _version.__version__
14+
version = softfloatpy.__version__
2015
release = version
2116

2217
# -- General configuration ---------------------------------------------------

python/docs/source/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ SoftFloatPy Documentation
88

99
readme
1010
apidoc/softfloatpy
11+
genindex

0 commit comments

Comments
 (0)