File tree 7 files changed +28
-56
lines changed
7 files changed +28
-56
lines changed Original file line number Diff line number Diff line change 58
58
python : ' 3.11'
59
59
toxenv : py11-test-devdeps
60
60
61
- - name : Test building of Sphinx docs
62
- os : ubuntu-latest
63
- python : 3.x
64
- toxenv : build_docs
65
-
66
61
steps :
67
62
- name : Checkout code
68
63
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
Original file line number Diff line number Diff line change
1
+ version : 2
2
+
3
+ build :
4
+ os : " ubuntu-22.04"
5
+ apt_packages :
6
+ - graphviz
7
+ tools :
8
+ python : " 3.11"
9
+
10
+ sphinx :
11
+ builder : html
12
+ configuration : docs/conf.py
13
+ fail_on_warning : true
14
+
15
+ # Install regular dependencies.
16
+ # Then, install special pinning for RTD.
17
+ python :
18
+ install :
19
+ - method : pip
20
+ path : .
21
+ extra_requirements :
22
+ - docs
23
+
24
+ # Optionally build your docs in additional formats such as PDF
25
+ formats :
26
+ - pdf
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -2,15 +2,11 @@ include LICENSE.rst
2
2
include README.rst
3
3
include CHANGES.rst
4
4
5
- include ez_setup.py
6
- include ah_bootstrap.py
5
+ include pyproject.toml
7
6
include setup.cfg
8
7
9
- recursive-include *.pyx *.c *.pxd
10
8
recursive-include docs *
11
9
recursive-include licenses *
12
- recursive-include cextern *
13
- recursive-include scripts *
14
10
15
11
prune build
16
12
prune docs/_build
Original file line number Diff line number Diff line change 64
64
copyright = '{0}, {1}' .format (
65
65
datetime .datetime .now ().year , setup_cfg ['author' ])
66
66
67
- # The version info for the project you're documenting, acts as replacement for
68
- # |version| and |release|, also used in various other places throughout the
69
- # built documents.
70
- __import__ (project )
71
- package = sys .modules [project ]
72
-
73
67
# The version info for the project you're documenting, acts as replacement for
74
68
# |version| and |release|, also used in various other places throughout the
75
69
# built documents.
166
160
]
167
161
168
162
# -- Resolving issue number to links in changelog -----------------------------
169
- github_issues_url = 'https://github.com/{0}/issues/' .format (setup_cfg ['github_p\
170
- roject' ])
163
+ github_issues_url = 'https://github.com/astropy/astroplan/issues/'
171
164
172
165
# -- Options for linkcheck output -------------------------------------------
173
166
linkcheck_retry = 5
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments