File tree 4 files changed +4
-15
lines changed
4 files changed +4
-15
lines changed Original file line number Diff line number Diff line change 1
1
version : 2
2
2
3
3
build :
4
- os : ubuntu-20 .04
4
+ os : ubuntu-22 .04
5
5
tools :
6
- python : " 3.9 "
6
+ python : " 3.12 "
7
7
8
8
sphinx :
9
9
configuration : docs/conf.py
Original file line number Diff line number Diff line change 1
- [ ![ Documentation] ( https://readthedocs.org/projects/pippin/badge/?version=latest )] ( https://pippin.readthedocs.io/en/latest/?badge=latest )
2
1
[ ![ JOSS] ( https://joss.theoj.org/papers/10.21105/joss.02122/status.svg )] ( https://doi.org/10.21105/joss.02122 )
3
2
[ ![ Zenodo] ( https://img.shields.io/badge/DOI-10.5281%2Fzenodo.366608-blue )] ( https://zenodo.org/badge/latestdoi/162215291 )
4
3
[ ![ GitHub license] ( https://img.shields.io/badge/License-MIT-green )] ( https://github.com/dessn/Pippin/blob/master/LICENSE )
5
4
[ ![ Github Issues] ( https://img.shields.io/github/issues/dessn/Pippin )] ( https://github.com/dessn/Pippin/issues )
6
5
![ Python Version] ( https://img.shields.io/badge/Python-3.7%2B-red )
7
6
![ Pippin Test] ( https://github.com/dessn/Pippin/actions/workflows/test-pippin.yml/badge.svg )
8
7
9
-
10
-
11
8
# Pippin
12
9
13
-
14
10
Pippin - a pipeline designed to streamline and remove as much hassle as we can
15
11
when running end-to-end supernova cosmology analyses.
16
12
17
- The (work in progress) docs can be found [ here] ( https://pippin.readthedocs.io/en/latest/index.html ) .
18
-
19
-
20
13
## Table of Contents
21
14
22
15
<img align =" right " height =" 350 " src =" docs/_static/images/meme.jpg " >
Original file line number Diff line number Diff line change 30
30
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
31
31
# ones.
32
32
extensions = [
33
- 'sphinx_rtd_theme' ,
34
- 'sphinx.ext.autosectionlabel'
35
33
]
36
34
37
35
# Add any paths that contain templates here, relative to this directory.
48
46
# The theme to use for HTML and HTML Help pages. See the documentation for
49
47
# a list of builtin themes.
50
48
#
51
- html_theme = 'sphinx_rtd_theme '
49
+ html_theme = 'alabaster '
52
50
53
51
# Add any paths that contain custom static files (such as style sheets) here,
54
52
# relative to this directory. They are copied after the builtin static files,
Original file line number Diff line number Diff line change 1
- sphinx == 4.2.0
2
- sphinx_rtd_theme == 1.0.0
3
- readthedocs-sphinx-search == 0.1.1
1
+ sphinx == 8.0.2
You can’t perform that action at this time.
0 commit comments