Skip to content

Commit

Permalink
Merge pull request JiaweiZhuang#61 from malmans2/fix_api_doc
Browse files Browse the repository at this point in the history
fix API in documentation
  • Loading branch information
raphaeldussin authored Jan 11, 2021
2 parents 2ea833b + d6222e4 commit f8243f2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
7 changes: 4 additions & 3 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
#
# import os
# import sys
# sys.path.insert(0, os.path.abspath('..'))
import os
import sys

sys.path.insert(0, os.path.abspath('..'))


# -- General configuration ------------------------------------------------
Expand Down
1 change: 1 addition & 0 deletions doc/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ Pygments>=2.6
nbsphinx
sphinx==3.2.1
sphinx_rtd_theme
cf_xarray

0 comments on commit f8243f2

Please sign in to comment.