File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -135,29 +135,6 @@ Make sure the referenced object was both collected and rendered: verify your sel
135135
136136For false-positives, you can wrap the text in backticks (\`) to prevent `mkdocstrings` from trying to process it.
137137
138- # # WindowsPath object is not iterable
139-
140- If you get a traceback like this one :
141-
142- ` ` `
143- ...
144- File "c:\users\m e\a ppdata\l ocal\c ontinuum\a naconda3\l ib\s ite-packages\m kdocstrings\h andlers\p ython.py", line 244, in get_handler
145- return PythonHandler(collector=PythonCollector(), renderer=PythonRenderer("python", theme))
146- File "c:\users\m e\a ppdata\l ocal\c ontinuum\a naconda3\l ib\s ite-packages\m kdocstrings\h andlers\_ _init__.py", line 124, in __init__
147- self.env = Environment(autoescape=True, loader=FileSystemLoader(theme_dir))
148- File "c:\users\m e\a ppdata\l ocal\c ontinuum\a naconda3\l ib\s ite-packages\j inja2\l oaders.py", line 163, in __init__
149- self.searchpath = list(searchpath)
150- TypeError: 'WindowsPath' object is not iterable
151- ` ` `
152-
153- Try upgrading your installed version of Jinja2 :
154-
155- ` ` `
156- pip install -U jinja2
157- ` ` `
158-
159- Version 2.11.1 seems to be working fine.
160-
161138---
162139
163140# # Python specifics
You can’t perform that action at this time.
0 commit comments