Skip to content

Commit 6e25001

Browse files
committed
more fixes
1 parent caa6cf8 commit 6e25001

37 files changed

+24
-2245
lines changed

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,3 @@ dmypy.json
133133

134134
# macOS
135135
.DS_Store
136-
137-
# Copied changelog
138-
docs/**/changelog.md

docs/reference/changelog.md

Lines changed: 0 additions & 2218 deletions
This file was deleted.

docs/reference/index.rst

Lines changed: 0 additions & 13 deletions
This file was deleted.

docs/reference/releaser_cli.rst

Lines changed: 0 additions & 6 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.

docs/conf.py renamed to docs/source/conf.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
# sys.path.insert(0, os.path.abspath('.'))
1414
import importlib.metadata
1515
import os.path as osp
16-
import shutil
1716

1817
HERE = osp.abspath(osp.dirname(__file__))
1918

@@ -90,6 +89,4 @@
9089

9190

9291
def setup(app):
93-
dest = osp.join(HERE, "reference", "changelog.md")
94-
shutil.copy(osp.join(HERE, "..", "CHANGELOG.md"), dest)
9592
app.add_css_file("custom.css")

0 commit comments

Comments
 (0)