diff --git a/README.rst b/README.rst index 48c0f11..d3242b4 100644 --- a/README.rst +++ b/README.rst @@ -20,9 +20,9 @@ or if you have `tox `_ installed:: tox -e test -.. |Azure Status| image:: https://dev.azure.com/astropy-project/sphinx-automodapi/_apis/build/status/astropy.sphinx-automodapi?branchName=master - :target: https://dev.azure.com/astropy-project/sphinx-automodapi/_build/latest?definitionId=2&branchName=master -.. |Coverage Status| image:: https://codecov.io/gh/astropy/sphinx-automodapi/branch/master/graph/badge.svg +.. |Azure Status| image:: https://dev.azure.com/astropy-project/sphinx-automodapi/_apis/build/status/astropy.sphinx-automodapi?branchName=main + :target: https://dev.azure.com/astropy-project/sphinx-automodapi/_build/latest?definitionId=2&branchName=main +.. |Coverage Status| image:: https://codecov.io/gh/astropy/sphinx-automodapi/branch/main/graph/badge.svg :target: https://codecov.io/gh/astropy/sphinx-automodapi .. |PyPI| image:: https://img.shields.io/pypi/v/sphinx-automodapi.svg :target: https://pypi.python.org/pypi/sphinx-automodapi diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e7914b2..ba49825 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -3,7 +3,7 @@ schedules: displayName: 'Monthly cron' branches: include: - - master + - main always: 'true' resources: diff --git a/docs/conf.py b/docs/conf.py index b130065..7e19dd1 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -15,7 +15,7 @@ # You can specify multiple suffix as a list of string: source_suffix = '.rst' -# The master toctree document. +# The main toctree document. master_doc = 'index' # General information about the project.