Skip to content

Commit

Permalink
Fix pdf build
Browse files Browse the repository at this point in the history
  • Loading branch information
bhawnasehgal committed Apr 12, 2024
1 parent 4454d11 commit 05b8b3d
Show file tree
Hide file tree
Showing 26 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

# PDF path exploration
MAX_DEPTH = 2
walk_dirpaths = ['kits']
walk_dirpaths = ['hardware','kits']
pdf_paths = []
for walk_dirpath in walk_dirpaths:
for (dirpath, dirnames, filenames) in os.walk(walk_dirpath, topdown=True):
Expand Down
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
4 changes: 2 additions & 2 deletions kits/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ Kits
:hidden:
:maxdepth: 1

diy-neuroscience/basic-v1/index
diy-neuroscience/pro-v1/index
diy-neuroscience/basic/index
diy-neuroscience/pro/index

0 comments on commit 05b8b3d

Please sign in to comment.