Skip to content

Commit

Permalink
Fix API doc
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbrochart committed Jan 23, 2021
1 parent da0b457 commit 93d65a3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
:show-inheritance:
```

## Excutors
## Executors

```{eval-rst}
.. autoclass:: pangeo_forge.executors.PythonPipelineExecutor
Expand Down
4 changes: 4 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
import sys

# import sphinx_pangeo_theme # noqa
import sphinx_book_theme # noqa

sys.path.append("..")

# -- Project information -----------------------------------------------------

project = "Pangeo Forge"
Expand Down
2 changes: 2 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ myst-parser
myst-nb
sphinx-copybutton
sphinx-autodoc-typehints
fsspec
rechunker

0 comments on commit 93d65a3

Please sign in to comment.