Skip to content

Commit

Permalink
Merge pull request #43 from soar-telescope/update_theme
Browse files Browse the repository at this point in the history
update documentation theme
  • Loading branch information
simontorres authored Aug 3, 2023
2 parents 4d933b8 + c1d4fb4 commit 32f75b5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6, 3.7, 3.8]
python-version: ['3.8', '3.9', '3.10']

steps:
- uses: actions/checkout@v2
Expand Down
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

project = 'Goodman Focus'
copyright = '2019, SOAR Telescope'
author = 'Simon Torres'
author = 'Simón Torres'
license = 'bsd3'

# The short X.Y version
Expand Down Expand Up @@ -64,7 +64,7 @@
#
# This is also used if you do content translation via gettext catalogs.
# Usually you set "language" from the command line for these cases.
language = None
# language = None

# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
Expand All @@ -80,7 +80,7 @@
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
html_theme = 'sphinx_rtd_theme'
html_theme = 'pydata_sphinx_theme'

html_logo = '_static/soar_logo.png'

Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ dependencies:
- pip:
- ccdproc
- coveralls
- sphinx_rtd_theme
- pydata-sphinx-theme
- sphinx
- sphinxcontrib.napoleon

0 comments on commit 32f75b5

Please sign in to comment.