Skip to content

Commit

Permalink
autodoc not working
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Pelaez-Zapata committed Jul 3, 2024
1 parent 26d33bb commit 8aa32fa
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 491 deletions.
5 changes: 2 additions & 3 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@ sphinx:
configuration: docs/conf.py

# Optionally build your docs in additional formats such as PDF and ePub
# formats:
# - pdf
# - epub
formats:
- pdf

# Optional but recommended, declare the Python requirements required
# to build your documentation
Expand Down
11 changes: 10 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,22 @@
# For the full list of built-in configuration values, see the documentation:
# https://www.sphinx-doc.org/en/master/usage/configuration.html

import os
import sys
sys.path.insert(0, os.path.abspath('..'))
sys.path.append(
os.path.abspath(
os.path.join(__file__, "../ewdm")
)
)

# -- Project information -----------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information

project = 'ewdm'
copyright = '2024, Daniel Pelaez-Zapata'
author = 'Daniel Pelaez-Zapata'
release = '0.1'
release = '0.3'

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
Loading

0 comments on commit 8aa32fa

Please sign in to comment.