Skip to content

Commit

Permalink
Merge branch 'release/1.5.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
thespacedoctor committed May 10, 2022
2 parents f3f718f + 8de4dfc commit 2ea5458
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ m2r
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 2ea5458

Please sign in to comment.