Skip to content

Commit c5c32f0

Browse files
authored
Merge pull request #45 from earthdaily/dev
V0.0.6
2 parents 2abde84 + 8e70444 commit c5c32f0

File tree

4 files changed

+7
-27
lines changed

4 files changed

+7
-27
lines changed

.github/workflows/pytest-prod.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ jobs:
1111
os:
1212
- ubuntu-latest
1313
- windows-latest
14-
- macos-latest
1514
python-version:
1615
- "3.10"
1716
- "3.11"

docs/api.rst

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
API Reference
22
=============
33

4-
.. autosummary::
5-
:toctree: generated
4+
.. toctree::
5+
:maxdepth: 3
66
:caption: Documentation API
7-
:template: custom-module-template.rst
8-
:recursive:
97

108
earthdaily

docs/conf.py

+2-17
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,7 @@
3434
"sphinx_automodapi.automodapi", # for a page per function
3535
"myst_parser",
3636
"rst2pdf.pdfbuilder",
37-
"sphinx_immaterial"
3837
]
39-
4038
#
4139
automodapi_toctreedirnm = "_API"
4240
numpydoc_show_class_members = False
@@ -101,20 +99,7 @@
10199
# a list of builtin themes.
102100
#
103101
# html_theme = 'alabaster'
104-
# html_theme = "sphinx_rtd_theme"
105-
html_theme = "sphinx_immaterial"
106-
107-
html_theme_options = {
108-
109-
"repo_url": "https://github.com/GEOSYS/earthdaily-client-python",
110-
"repo_name": "GEOSYS/earthdaily",
111-
"palette": {
112-
"scheme": "default",
113-
"palette": {
114-
"primary": "cyan",
115-
"accent": "green" }
116-
}
117-
}
102+
html_theme = "sphinx_rtd_theme"
118103

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

@@ -132,4 +117,4 @@
132117
# -- Options for todo extension ----------------------------------------------
133118

134119
# If true, `todo` and `todoList` produce output, else they produce nothing.
135-
todo_include_todos = False
120+
todo_include_todos = False

docs/index.rst

+3-5
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,9 @@ earthdaily documentation
2121

2222

2323
.. toctree::
24-
:maxdepth: 1
25-
:caption: Getting Started
24+
:maxdepth: 3
2625

2726
self
28-
_auto_examples/first_steps_create_datacube
2927

3028
.. toctree::
3129
:maxdepth: 3
@@ -37,7 +35,7 @@ earthdaily documentation
3735
:maxdepth: 3
3836
:caption: Documentation API
3937

40-
api
38+
earthdaily
4139
CONTRIBUTING
4240
CHANGELOG
4341

@@ -49,4 +47,4 @@ Indices and tables
4947

5048
* :ref:`genindex`
5149
* :ref:`modindex`
52-
* :ref:`search`
50+
* :ref:`search`

0 commit comments

Comments
 (0)