Skip to content

Commit

Permalink
Update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
b8raoult committed May 28, 2024
1 parent dd74747 commit b7ebe3d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
8 changes: 2 additions & 6 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,9 @@
import os
import sys

sys.path.insert(0, os.path.join(os.path.abspath(".."), "src"))


read_the_docs_build = os.environ.get("READTHEDOCS", None) == "True"

# top = os.path.realpath(os.path.dirname(os.path.dirname(__file__)))
# sys.path.insert(0, top)

sys.path.insert(0, os.path.join(os.path.abspath(".."), "src"))

source_suffix = ".rst"
master_doc = "index"
Expand Down Expand Up @@ -65,6 +60,7 @@
"sphinx.ext.intersphinx",
"sphinx.ext.autodoc",
"sphinx.ext.napoleon",
"sphinxarg.ext",
]

# Add any paths that contain templates here, relative to this directory.
Expand Down
6 changes: 3 additions & 3 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

.. _index-page:

####################################
Welcome to Anemoi's documentation!
####################################
##########################################
Welcome to `anemoi-utils` documentation!
##########################################

.. warning::

Expand Down
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
sphinx
sphinx_rtd_theme
nbsphinx
sphinx_argparse

# Also requires `brew install pandoc` on Mac
pandoc
Expand Down

0 comments on commit b7ebe3d

Please sign in to comment.