Skip to content

Commit

Permalink
fixing docs
Browse files Browse the repository at this point in the history
  • Loading branch information
thespacedoctor committed May 10, 2022
1 parent e1da3a8 commit a4c5140
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ MarkdownSubscript
mock>4.0
git+https://github.com/thespacedoctor/sphinx-markdown-parser.git@master#egg=sphinx_markdown_parser
m2r
mistune<2.0.0
mdx_include>1.3
lxml
sphinxcontrib-mermaid
git+https://github.com/readthedocs/readthedocs-sphinx-search@master
git+https://github.com/readthedocs/readthedocs-sphinx-search@main
docopt
unicodecsv
psutil>5.7
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ def generateAutosummaryIndex():
if name in ["numpy"]:
continue
thisMod = sp + "." + name
if thisMod not in allSubpackages and len(name) and name[0:1] != "_" and name[-5:] != "tests" and "cl_util" not in name:
if thisMod not in allSubpackages and len(name) and name[0:1] != "_" and name[-5:] != "tests" and name not in ["cl_utils", "inspect", "os"]:
allModules.append(sp + "." + name)
# if thisMod not in allSubpackages and len(name) and name[0:2] != "__" and name[-5:] != "tests" and name != "cl_utils" and name != "utKit":
# allModules.append(sp + "." + name)
Expand Down

0 comments on commit a4c5140

Please sign in to comment.