You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A clear and concise description of what the bug is.
Steps to reproduce the behavior:
I ran this script (actually myscripts list is much longer):
importpdocmyscripts= ["./myscript.py", "./path2/myscript.py", "myscript3.py"]
myoutput_path="./_mydocs"# ... more code in the middle (see #327 example) but I don't think it's relevant to this issuepdoc.render.configure(math=True)
pdoc.render.configure(search=False) # adding this line has no effect in my html output !!!pdoc.render.configure(template_directory="_pdoc_custom_templates") # actually broken after issue #346pdoc.pdoc(*myscripts, output_directory=Path(myoutput_path))
Open documentation in Chrome (current version)
Documentation still contains search bar and associated javascript code
System Information
pdoc: 10.0.1 (just for this test) and 8.3.0 (until I solve problems raised by #346)
Python: 3.8.7
Platform: Windows-7-6.1.7601-SP1
The text was updated successfully, but these errors were encountered:
Problem Description
A clear and concise description of what the bug is.
Steps to reproduce the behavior:
System Information
pdoc: 10.0.1 (just for this test) and 8.3.0 (until I solve problems raised by #346)
Python: 3.8.7
Platform: Windows-7-6.1.7601-SP1
The text was updated successfully, but these errors were encountered: