Skip to content

Commit

Permalink
Fix issue sphinx-contrib#69, duplicating autodoc content
Browse files Browse the repository at this point in the history
  • Loading branch information
Griatch committed Jan 26, 2022
1 parent cdc9cb5 commit e61b99b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sphinx_multiversion/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -322,8 +322,8 @@ def main(argv=None):
*defines,
"-D",
"smv_current_version={}".format(version_name),
"-c",
confdir_absolute,
# "-c", # resolves https://github.com/Holzhaus/sphinx-multiversion/issues/69
# confdir_absolute,
data["sourcedir"],
data["outputdir"],
*args.filenames,
Expand Down

0 comments on commit e61b99b

Please sign in to comment.