Skip to content

Commit e71060d

Browse files
committed
minor fixes to docs builder
1 parent b23148b commit e71060d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

build-tools/docs.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,8 +250,8 @@ def main():
250250
parser.add_argument(
251251
"--output-dir",
252252
metavar="<path>",
253-
default="docs-testbuilds",
254-
help="The base directory for versioned documentation output (default: docs-testbuilds)."
253+
default="docs-test",
254+
help="The base directory for versioned documentation output (default: docs-test). For non-versioned builds, this is ignored, and the artifacts are placed in the local documentation _build/html directory."
255255
)
256256
parser.add_argument(
257257
"--list-versions",

documentation/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
extensions = [
3838
'sphinx.ext.autodoc',
3939
'sphinx.ext.linkcode',
40-
'furo',
4140
'm2r2',
4241
]
4342

0 commit comments

Comments
 (0)