Skip to content

Commit

Permalink
list fewer documents at once
Browse files Browse the repository at this point in the history
  • Loading branch information
yomichi committed Oct 31, 2024
1 parent ee1fc81 commit 9ee3306
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/api/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output

html_theme = "sphinx_rtd_theme"
html_static_path = ['_static']
# html_static_path = ['_static']

# -- Options for todo extension ----------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion doc/api/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Welcome to ODAT-SE API's documentation!
:maxdepth: 4
:caption: Contents:

odatse
modules


Indices and tables
Expand Down
4 changes: 3 additions & 1 deletion doc/make.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,10 @@ if [ $BUILD_LATEX = "ON" ]; then
make latexpdf
fi

export SPHINX_APIDOC_OPTIONS=members,show-inheritance

# api
cd $DOCROOT
sphinx-apidoc -P -f -e -o ./api/source ../src/odatse/
sphinx-apidoc -M -P -f -e -d 1 -o ./api/source ../src/odatse/
cd api
make html

0 comments on commit 9ee3306

Please sign in to comment.