8000 Revert out-of-scope changes · astrofrog/sphinx-automodapi@6a5a176 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6a5a176

Browse files
committed
Revert out-of-scope changes
1 parent 4888986 commit 6a5a176

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ resources:
1212
type: github
1313
endpoint: astropy
1414
name: OpenAstronomy/azure-pipelines-templates
15-
ref: main
15+
ref: master
1616

1717
jobs:
1818

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
source_suffix = '.rst'
1717

1818
# The main toctree document.
19-
main_doc = 'index'
19+
master_doc = 'index'
2020

2121
# General information about the project.
2222
project = 'sphinx-automodapi'

sphinx_automodapi/smart_resolver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def missing_reference_handler(app, env, node, contnode):
4040
originally resolve the reference.
4141
4242
see `missing-reference in sphinx documentation
43-
<https://www.sphinx-doc.org/en/main/extdev/appapi.html#event-missing-reference>`_
43+
<https://www.sphinx-doc.org/en/master/extdev/appapi.html#event-missing-reference>`_
4444
4545
:param app: The Sphinx application object
4646
:param env: The build environment (``app.builder.env`)

sphinx_automodapi/tests/helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
}
1818

1919
DEFAULT_CONF = {'source_suffix': '.rst',
20-
'main_doc': 'index',
20+
'master_doc': 'index',
2121
'nitpicky': True,
2222
'extensions': ['sphinx.ext.intersphinx', 'sphinx_automodapi.automodapi'],
2323
'suppress_warnings': ['app.add_directive', 'app.add_node'],

sphinx_automodapi/tests/test_cases.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
}
3131

3232
DEFAULT_CONF = {'source_suffix': '.rst',
33-
'main_doc': 'index',
33+
'master_doc': 'index',
3434
'nitpicky': True,
3535
'extensions': ['sphinx.ext.intersphinx', 'sphinx_automodapi.automodapi'],
3636
'suppress_warnings': ['app.add_directive', 'app.add_node'],

0 commit comments

Comments
 (0)
0