Skip to content

Commit

Permalink
Merge pull request #52 from metno/51-api-documentation-on-readthedocs…
Browse files Browse the repository at this point in the history
…-should-show-all-public-functions

fix api-docs
  • Loading branch information
jgriesfeller authored Oct 29, 2024
2 parents a6b66ac + 0002a6f commit b0e7c48
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
# -- Add paths ---------------------------------------
sys.path.insert(0, os.path.abspath("."))
sys.path.insert(0, os.path.abspath(".."))
# sys.path.insert(0, str(Path("..", "src").resolve())) # src not needed since pyaro is installed


# -- General configuration ---------------------------------------------------
Expand Down
3 changes: 3 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,8 @@ sphinxcontrib-napoleon
sphinx_rtd_theme
sphinx-argparse
nbsphinx
cf-units
xarray
netcdf4
pandas
pyaro @ git+https://github.com/metno/pyaro@main

0 comments on commit b0e7c48

Please sign in to comment.