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
22
33on :
44 push :
5- branches : [ master ]
5+ branches : [ main ]
66 pull_request :
7- branches : [ master ]
7+ branches : [ main ]
88
99jobs :
1010 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-
41.. |docs | image :: https://readthedocs.org/projects/numpydoc/badge/?version=latest
52 :alt: Documentation Status
63 :scale: 100%
Original file line number Diff line number Diff line change 6363# The encoding of source files.
6464# source_encoding = 'utf-8-sig'
6565
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
6868
6969# General information about the project.
7070project = u'numpydoc'
Original file line number Diff line number Diff line change 88======
99
1010.. 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 >`_
1212 :language: python
1313
1414Rendered
Original file line number Diff line number Diff line change 1313autosummary_generate = True
1414autodoc_default_options = {'inherited-members' : None }
1515source_suffix = '.rst'
16- master_doc = 'index'
16+ master_doc = 'index' # NOTE: will be changed to `root_doc` in sphinx 4
1717exclude_patterns = ['_build' ]
1818intersphinx_mapping = {
1919 'python' : ('https://docs.python.org/3' , None ),
You can’t perform that action at this time.
0 commit comments