Skip to content

Commit

Permalink
fixed docs
Browse files Browse the repository at this point in the history
  • Loading branch information
omsh committed Apr 25, 2024
1 parent f58d497 commit a3663da
Show file tree
Hide file tree
Showing 13 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ build:
# Build the rst files in case API has changed or modules has been added
pre_build:
# M Modules first, E no headers, f force overwrite, o output directory
- sphinx-apidoc -M -E -f -o docs/modules src/dlomix/
- sphinx-apidoc -M -E -f -o docs/ src/dlomix/
- python docs/codify_package_titles.py


Expand Down
2 changes: 1 addition & 1 deletion docs/codify_package_titles.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import glob
import os

files = glob.glob("docs/modules/dlomix*.rst")
files = glob.glob("docs/dlomix*.rst")


# Function to replace the first line of each .rst file
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ The goal of DLOmix is to be easy to use and flexible, while still providing the
:maxdepth: 2
:caption: Package Reference

modules/dlomix
dlomix



Expand Down
File renamed without changes.

0 comments on commit a3663da

Please sign in to comment.