Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
r-akemii committed Nov 21, 2024
1 parent c6246d2 commit 8877d74
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
"navbar_center": ["navigation_header"],
"navbar_start": ["navbar-logo"],
"navbar_end": ["theme-switcher", "navbar-icon-links"],
"navbar_persistent":["search-button"],
"navbar_persistent": ["search-button"],
"navbar_align": "left",
"github_url": "https://github.com/AequilibraE/aequilibrae",
"analytics": {
Expand Down
4 changes: 3 additions & 1 deletion docs/table_documentation.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ def __init__(self, component: str, tgt_fldr: str):
*Path(realpath(__file__)).parts[:-1],
f"../aequilibrae/project/database_specification/{self.__folder}/tables",
)
self.doc_path = str(Path(realpath(__file__)).parent / "source" / "modeling_with_aequilibrae" / tgt_fldr)
self.doc_path = str(
Path(realpath(__file__)).parent / "source" / "python" / "modeling_with_aequilibrae" / tgt_fldr
)

Path(join(self.doc_path, self.stub)).mkdir(exist_ok=True, parents=True)

Expand Down

0 comments on commit 8877d74

Please sign in to comment.