Skip to content

Commit abac727

Browse files
committed
eliminate sphinx warning about empty _static folder
1 parent 576702a commit abac727

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed
File renamed without changes.
File renamed without changes.

docs/basics.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ It can easily be converted into a pandas dataframe::
171171
dataframe.index = pd.to_datetime(dataframe.index)
172172
dataframe.dropna().plot(title='openEO NDVI with clouds')
173173

174-
.. image:: images/timeseries.png
174+
.. image:: _static/images/timeseries.png
175175
:width: 400
176176
:alt: plotted timeseries
177177

openeo/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
:caption: Basic example
99
:name: basic_example
1010
11-
.. image:: ../docs/images/basic_example.png
11+
.. image:: ../docs/_static/images/basic_example.png
1212
:width: 500
1313
:alt: script result
1414

0 commit comments

Comments
 (0)