We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76c1228 commit 88c3820Copy full SHA for 88c3820
src/doc_builder/commands/build.py
@@ -62,7 +62,7 @@ def build_command(args):
62
"the doc-builder package installed, so you need to run the command from inside the doc-builder repo."
63
)
64
65
- if args.not_python_module:
+ if args.not_python_module and args.version is None:
66
version = get_default_branch_name(args.path_to_docs)
67
elif args.version is None:
68
module = importlib.import_module(args.library_name)
0 commit comments