Skip to content

Commit

Permalink
Update the version of Sphinx and its plugins (#65)
Browse files Browse the repository at this point in the history
Uses the latest version, including the theme and plugins.
  • Loading branch information
leouieda authored Apr 9, 2024
1 parent fe813c3 commit 6080235
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 13 deletions.
1 change: 0 additions & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@
# HTML output configuration
# -----------------------------------------------------------------------------
html_title = f'{project} <span class="project-version">{version}</span>'
html_logo = "_static/logo.png"
html_favicon = "_static/favicon.png"
html_last_updated_fmt = "%b %d, %Y"
html_copy_source = True
Expand Down
9 changes: 8 additions & 1 deletion doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
:padding: 0 0 0 0

.. grid-item::
:columns: 12 12 12 12
:columns: 12 8 8 8

.. raw:: html

Expand All @@ -16,6 +16,13 @@

Analyze Landsat remote sensing images using xarray

.. grid-item::
:columns: 12 4 4 4

.. image:: ./_static/logo.svg
:width: 200px
:class: sd-m-auto dark-light


**xlandsat** is Python library for loading and analyzing Landsat scenes
downloaded from `USGS EarthExplorer <https://earthexplorer.usgs.gov/>`__ with
Expand Down
9 changes: 4 additions & 5 deletions env/requirements-docs.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# Requirements for building the documentation
sphinx==4.5.*
sphinx-book-theme==0.3.*
sphinx==7.2.*
sphinx-book-theme==1.1.*
sphinx-copybutton==0.5.*
jupyter-sphinx==0.4.*
sphinx-design==0.1.*
myst-parser==0.15.*
sphinx-design==0.5.*
jupyter-sphinx==0.5.*
matplotlib
ipykernel
11 changes: 5 additions & 6 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ channels:
- conda-forge
- defaults
dependencies:
- python==3.10
- python==3.12
- pip
- make
# Run
Expand All @@ -20,12 +20,11 @@ dependencies:
- pytest-cov
- coverage
# Documentation
- sphinx==4.5.*
- sphinx-book-theme==0.3.*
- sphinx==7.2.*
- sphinx-book-theme==1.1.*
- sphinx-copybutton==0.5.*
- jupyter-sphinx==0.4.*
- sphinx-design==0.1.*
- myst-parser==0.15.*
- sphinx-design==0.5.*
- jupyter-sphinx==0.5.*
- matplotlib
- ipykernel
# Style
Expand Down

0 comments on commit 6080235

Please sign in to comment.