Skip to content

Commit

Permalink
[0.0.1] Fix doc generation
Browse files Browse the repository at this point in the history
  • Loading branch information
martinferianc committed Feb 12, 2024
1 parent 8f57bfd commit dd33336
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ You can find the YAMLE repository on GitHub: `YAMLE Repository <https://github.c

You can fint the short paper describing YAMLE: `arXiv paper <https://arxiv.org/abs/2402.06268>`_

You can find the documentation at: `yamle.readthedocs.io <https://yamle.readthedocs.io/en/latest/>`_

Table of Contents
-----------------

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def run_apidoc(app):
"""Generate doc stubs using sphinx-apidoc."""
module_dir = os.path.join(app.srcdir, "../")
output_dir = os.path.join(app.srcdir, "_apidoc")
excludes = []
excludes = ["../setup.py"]

# Ensure that any stale apidoc files are cleaned up first.
if os.path.exists(output_dir):
Expand Down

0 comments on commit dd33336

Please sign in to comment.