File tree Expand file tree Collapse file tree 5 files changed +6
-9
lines changed Expand file tree Collapse file tree 5 files changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: numpydoc tests
2
2
3
3
on :
4
4
push :
5
- branches : [ master ]
5
+ branches : [ main ]
6
6
pull_request :
7
- branches : [ master ]
7
+ branches : [ main ]
8
8
9
9
jobs :
10
10
test :
Original file line number Diff line number Diff line change 1
- .. image :: https://travis-ci.org/numpy/numpydoc.png?branch=master
2
- :target: https://travis-ci.org/numpy/numpydoc/
3
-
4
1
.. |docs | image :: https://readthedocs.org/projects/numpydoc/badge/?version=latest
5
2
:alt: Documentation Status
6
3
:scale: 100%
Original file line number Diff line number Diff line change 63
63
# The encoding of source files.
64
64
# source_encoding = 'utf-8-sig'
65
65
66
- # The master toctree document.
67
- master_doc = 'index'
66
+ # The root toctree document
67
+ master_doc = 'index' # NOTE: will be changed to `root_doc` in sphinx 4
68
68
69
69
# General information about the project.
70
70
project = u'numpydoc'
Original file line number Diff line number Diff line change 8
8
======
9
9
10
10
.. literalinclude :: example.py
11
- :caption: `example.py <http://github.com/numpy/numpydoc/blob/master /doc/example.py >`_
11
+ :caption: `example.py <http://github.com/numpy/numpydoc/blob/main /doc/example.py >`_
12
12
:language: python
13
13
14
14
Rendered
Original file line number Diff line number Diff line change 13
13
autosummary_generate = True
14
14
autodoc_default_options = {'inherited-members' : None }
15
15
source_suffix = '.rst'
16
- master_doc = 'index'
16
+ master_doc = 'index' # NOTE: will be changed to `root_doc` in sphinx 4
17
17
exclude_patterns = ['_build' ]
18
18
intersphinx_mapping = {
19
19
'python' : ('https://docs.python.org/3' , None ),
You can’t perform that action at this time.
0 commit comments