Skip to content

Commit

Permalink
docs: use current sphinx config even for old documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
dbhart committed Oct 4, 2024
1 parent cbadc37 commit 8c45da3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/build_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
for tag in tags:
os.environ["VERSION_INFO"] = repr(tag)
subprocess.run(["git", "checkout", tag], shell=True)
subprocess.run(["git", "checkout", "main", "--", "conf.py"], shell=True)
files = glob.glob("apidocs/*.rst")
for f in files:
os.remove(f)
Expand Down

0 comments on commit 8c45da3

Please sign in to comment.