Skip to content

Commit f86bc15

Browse files
committed
a doc is master by default
1 parent d1e3ccd commit f86bc15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sage_docbuild/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -296,8 +296,8 @@ def set_intersphinx_mappings(app, config):
296296
intersphinx.normalize_intersphinx_mapping(app, config)
297297

298298

299-
# By default document are not master.
300-
multidocs_is_master = False
299+
# By default document is master.
300+
multidocs_is_master = True
301301

302302
# https://sphinx-copybutton.readthedocs.io/en/latest/use.html
303303
copybutton_prompt_text = r"sage: |[.][.][.][.]: |\$ "

0 commit comments

Comments
 (0)