Skip to content

Commit

Permalink
Merge pull request #370 from soar-telescope/update_docs_theme
Browse files Browse the repository at this point in the history
updated theme and configuration
  • Loading branch information
simontorres authored Aug 9, 2023
2 parents 37d024b + 76e86c2 commit a2b34f7
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 49 deletions.
37 changes: 0 additions & 37 deletions .github/workflows/python-package-conda.yml

This file was deleted.

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', '3.11']

steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 1 addition & 3 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@ sphinx:

formats: all



python:
version: 3.5
version: 3.8
install:
- method: pip
path: .
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Goodman High Throughput Spectrograph Data Reduction Pipeline

![Goodman Pipeline](https://github.com/soar-telescope/goodman_pipeline/workflows/Goodman%20Pipeline/badge.svg?branch=master)
![Goodman Pipeline](https://github.com/soar-telescope/goodman_pipeline/actions/workflows/python-package.yml/badge.svg)
[![codecov](https://codecov.io/gh/soar-telescope/goodman_pipeline/branch/main/graph/badge.svg)](https://codecov.io/gh/soar-telescope/goodman_pipeline)
[![Documentation Status](https://readthedocs.org/projects/goodman/badge/?version=latest)](http://goodman.readthedocs.io/en/latest/?badge=latest)
[![pypi](https://img.shields.io/pypi/v/goodman_pipeline.svg?style=flat)](https://pypi.org/project/goodman-pipeline/)
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
#
# html_theme = 'bootstrap-astropy'

html_theme = 'sphinx_rtd_theme'
html_theme = 'pydata_sphinx_theme'

html_logo = '_static/soar_logo.png'

Expand Down
6 changes: 1 addition & 5 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
Welcome to the Goodman HTS Pipeline Documentation
=================================================

.. image:: https://github.com/soar-telescope/goodman_pipeline/workflows/Goodman%20Pipeline/badge.svg?branch=master
.. image:: https://github.com/soar-telescope/goodman_pipeline/actions/workflows/python-package.yml/badge.svg
:alt: Goodman Pipeline
.. image:: https://codecov.io/gh/soar-telescope/goodman_pipeline/branch/main/graph/badge.svg
:target: https://codecov.io/gh/soar-telescope/goodman_pipeline
Expand All @@ -25,10 +25,6 @@ Welcome to the Goodman HTS Pipeline Documentation
:target: http://www.astropy.org/


.. image:: https://img.shields.io/lgtm/alerts/g/soar-telescope/goodman_pipeline.svg?logo=lgtm&logoWidth=18
:target: https://lgtm.com/projects/g/soar-telescope/goodman_pipeline/alerts/
.. image:: https://img.shields.io/lgtm/grade/python/g/soar-telescope/goodman_pipeline.svg?logo=lgtm&logoWidth=18
:target: https://lgtm.com/projects/g/soar-telescope/goodman_pipeline/context:python

This is the User Manual for the *Goodman Spectroscopic Data Reduction
Pipeline*. It provides an overview of the pipeline's main features,
Expand Down
3 changes: 2 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: goodman_pipeline
dependencies:
- python=3.8
- python
- numpy
- pandas
- matplotlib
Expand All @@ -11,6 +11,7 @@ dependencies:
- pip:
- ccdproc
- coveralls
- pydata-sphinx-theme
- astroplan
- mock
- sphinx
Expand Down

0 comments on commit a2b34f7

Please sign in to comment.