Skip to content

Commit 0dc7ec6

Browse files
committed
renamed docs to old-docs
1 parent 1daec25 commit 0dc7ec6

22 files changed

+2
-2
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

docs/conf.py renamed to old-docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616

1717
sys.path.insert(0, str(Path(__file__).parent.parent.absolute()))
1818
sys.path.insert(1, str(Path(__file__).parent / "sphinxext"))
19-
from pydra import __version__
20-
from github_link import make_linkcode_resolve
19+
from pydra import __version__ # noqa: E402
20+
from github_link import make_linkcode_resolve # noqa: E402
2121

2222

2323
# -- Project information -----------------------------------------------------
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)