Skip to content

Commit

Permalink
fix(revert docs)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasK committed Feb 23, 2024
1 parent e27e8e6 commit 6a7602e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 26 deletions.
6 changes: 2 additions & 4 deletions docs/api.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
API Reference
=============

.. autosummary::
:toctree: generated
.. toctree::
:maxdepth: 3
:caption: Documentation API
:template: custom-module-template.rst
:recursive:

earthdaily
19 changes: 2 additions & 17 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@
"sphinx_automodapi.automodapi", # for a page per function
"myst_parser",
"rst2pdf.pdfbuilder",
"sphinx_immaterial"
]

#
automodapi_toctreedirnm = "_API"
numpydoc_show_class_members = False
Expand Down Expand Up @@ -101,20 +99,7 @@
# a list of builtin themes.
#
# html_theme = 'alabaster'
# html_theme = "sphinx_rtd_theme"
html_theme = "sphinx_immaterial"

html_theme_options = {

"repo_url": "https://github.com/GEOSYS/earthdaily-client-python",
"repo_name": "GEOSYS/earthdaily",
"palette": {
"scheme": "default",
"palette": {
"primary": "cyan",
"accent": "green" }
}
}
html_theme = "sphinx_rtd_theme"

source_suffix = [".rst", ".md"]

Expand All @@ -132,4 +117,4 @@
# -- Options for todo extension ----------------------------------------------

# If true, `todo` and `todoList` produce output, else they produce nothing.
todo_include_todos = False
todo_include_todos = False
8 changes: 3 additions & 5 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,9 @@ earthdaily documentation


.. toctree::
:maxdepth: 1
:caption: Getting Started
:maxdepth: 3

self
_auto_examples/first_steps_create_datacube

.. toctree::
:maxdepth: 3
Expand All @@ -37,7 +35,7 @@ earthdaily documentation
:maxdepth: 3
:caption: Documentation API

api
earthdaily
CONTRIBUTING
CHANGELOG

Expand All @@ -49,4 +47,4 @@ Indices and tables

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
* :ref:`search`

0 comments on commit 6a7602e

Please sign in to comment.