File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -20,9 +20,9 @@ or if you have `tox <https://tox.readthedocs.io/en/latest/>`_ installed::
20
20
21
21
tox -e test
22
22
23
- .. |Azure Status | image :: https://dev.azure.com/astropy-project/sphinx-automodapi/_apis/build/status/astropy.sphinx-automodapi?branchName=master
24
- :target: https://dev.azure.com/astropy-project/sphinx-automodapi/_build/latest?definitionId=2&branchName=master
25
- .. |Coverage Status | image :: https://codecov.io/gh/astropy/sphinx-automodapi/branch/master /graph/badge.svg
23
+ .. |Azure Status | image :: https://dev.azure.com/astropy-project/sphinx-automodapi/_apis/build/status/astropy.sphinx-automodapi?branchName=main
24
+ :target: https://dev.azure.com/astropy-project/sphinx-automodapi/_build/latest?definitionId=2&branchName=main
25
+ .. |Coverage Status | image :: https://codecov.io/gh/astropy/sphinx-automodapi/branch/main /graph/badge.svg
26
26
:target: https://codecov.io/gh/astropy/sphinx-automodapi
27
27
.. |PyPI | image :: https://img.shields.io/pypi/v/sphinx-automodapi.svg
28
28
:target: https://pypi.python.org/pypi/sphinx-automodapi
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ schedules:
3
3
displayName : ' Monthly cron'
4
4
branches :
5
5
include :
6
- - master
6
+ - main
7
7
always : ' true'
8
8
9
9
resources :
Original file line number Diff line number Diff line change 15
15
# You can specify multiple suffix as a list of string:
16
16
source_suffix = '.rst'
17
17
18
- # The master toctree document.
18
+ # The main toctree document.
19
19
master_doc = 'index'
20
20
21
21
# General information about the project.
You can’t perform that action at this time.
0 commit comments