Skip to content
This repository was archived by the owner on Feb 18, 2025. It is now read-only.

Commit

Permalink
Merge pull request #37 from Daafip/dev
Browse files Browse the repository at this point in the history
still fixing issue from revert commit docs
  • Loading branch information
Daafip authored Mar 8, 2024
2 parents de32621 + 2e6999a commit dd7ed04
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ share/python-wheels/
.installed.cfg
*.egg
MANIFEST
docs/buid/*
docs/build/*
docs/_build/*

# PyInstaller
# Usually these files are written by a python script from a template
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@


# -- Use autoapi.extension to run sphinx-apidoc -------
autoapi_dirs = ["../../src"]
autoapi_dirs = ["../src"]
autoapi_python_class_content = "both"
autoapi_options = ["members", "undoc-members", "imported-members", "show-inheritance"]

0 comments on commit dd7ed04

Please sign in to comment.