|
57 | 57 | # You can specify multiple suffix as a list of string: |
58 | 58 | source_suffix = [".rst", ".md"] |
59 | 59 |
|
60 | | -# The master toctree document. |
61 | | -master_doc = "index" |
| 60 | +# The root toctree document. |
| 61 | +root_doc = "index" |
62 | 62 |
|
63 | 63 | # Set the default role so we can use `foo` instead of ``foo`` |
64 | 64 | default_role = "literal" |
|
107 | 107 | html_context = { |
108 | 108 | "github_user": "jupyterhub", |
109 | 109 | "github_repo": "binderhub", |
110 | | - "github_version": "master", |
| 110 | + "github_version": "main", |
111 | 111 | "doc_path": "doc", |
112 | 112 | } |
113 | 113 |
|
|
145 | 145 | # (source start file, target name, title, |
146 | 146 | # author, documentclass [howto, manual, or own class]). |
147 | 147 | latex_documents = [ |
148 | | - (master_doc, "BinderHub.tex", "BinderHub Documentation", "Yuvi Panda", "manual"), |
| 148 | + (root_doc, "BinderHub.tex", "BinderHub Documentation", "Yuvi Panda", "manual"), |
149 | 149 | ] |
150 | 150 |
|
151 | 151 |
|
152 | 152 | # -- Options for manual page output --------------------------------------- |
153 | 153 |
|
154 | 154 | # One entry per manual page. List of tuples |
155 | 155 | # (source start file, name, description, authors, manual section). |
156 | | -man_pages = [(master_doc, "binderhub", "BinderHub Documentation", [author], 1)] |
| 156 | +man_pages = [(root_doc, "binderhub", "BinderHub Documentation", [author], 1)] |
157 | 157 |
|
158 | 158 |
|
159 | 159 | # -- Options for Texinfo output ------------------------------------------- |
|
163 | 163 | # dir menu entry, description, category) |
164 | 164 | texinfo_documents = [ |
165 | 165 | ( |
166 | | - master_doc, |
| 166 | + root_doc, |
167 | 167 | "BinderHub", |
168 | 168 | "BinderHub Documentation", |
169 | 169 | author, |
|
0 commit comments