update doc

This commit is contained in:
wls2002
2025-02-17 17:25:59 +08:00
parent 72c1604ea0
commit 8e240b20c6
3 changed files with 8 additions and 7 deletions

View File

@@ -19,6 +19,6 @@ sphinx:
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html # See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
python: python:
install: install:
- requirements: docs/requirements.txt - method: pip
path: .
- requirements: docs/requirements.txt

View File

@@ -1,5 +1,6 @@
import os import os
import sys import sys
sys.path.insert(0, os.path.abspath('.'))
sys.path.insert(0, os.path.abspath('../src')) sys.path.insert(0, os.path.abspath('../src'))
# Configuration file for the Sphinx documentation builder. # Configuration file for the Sphinx documentation builder.

View File

@@ -12,7 +12,7 @@ TensorNEAT documentation
source/tensorneat source/tensorneat
.. automodule:: tensorneat .. .. automodule:: tensorneat
:members: .. :members:
:undoc-members: .. :undoc-members:
:show-inheritance: .. :show-inheritance: