python - Can't build the Documentation locally -


i'm trying build mongodb documentation locally via these build instructions: https://github.com/mongodb/docs

i've got required dependencies needed installation.

but when try run "make html" command, following

    c:\users\akshay07\desktop\mongodb\docs>make html giza make html traceback (most recent call last):   file "c:\users\akshay07\appdata\local\programs\python\python35-32\lib\runpy.py ", line 170, in _run_module_as_main     "__main__", mod_spec)   file "c:\users\akshay07\appdata\local\programs\python\python35-32\lib\runpy.py ", line 85, in _run_code     exec(code, run_globals)   file "c:\users\akshay07\appdata\local\programs\python\python35-32\scripts\giza .exe\__main__.py", line 5, in <module>   file "c:\users\akshay07\appdata\local\programs\python\python35-32\lib\site-pac kages\giza\cmdline.py", line 21, in <module>     import giza.operations.clean   file "c:\users\akshay07\appdata\local\programs\python\python35-32\lib\site-pac kages\giza\operations\clean.py", line 28, in <module>     giza.config.helper import fetch_config, get_builder_jobs   file "c:\users\akshay07\appdata\local\programs\python\python35-32\lib\site-pac kages\giza\config\helper.py", line 35, in <module>     giza.content.tocs.tasks import register_toc   file "c:\users\akshay07\appdata\local\programs\python\python35-32\lib\site-pac kages\giza\content\tocs\tasks.py", line 21, in <module>     giza.content.tocs.views import render_toctree, render_dfn_list, render_ toc_table   file "c:\users\akshay07\appdata\local\programs\python\python35-32\lib\site-pac kages\giza\content\tocs\views.py", line 18, in <module>     rstcloth.table import tablebuilder, rsttable, tabledata   file "c:\users\akshay07\appdata\local\programs\python\python35-32\lib\site-pac kages\rstcloth\table.py", line 26, in <module>     rstcloth import rstcloth importerror: cannot import name 'rstcloth' make: *** [html] error 1 

there seems error @ last 3-4 lines.

file "c:\users\akshay07\appdata\local\programs\python\python35-32\lib\site-pac kages\rstcloth\table.py", line 26, in <module>     rstcloth import rstcloth importerror: cannot import name 'rstcloth' make: *** [html] error 1 

what do?


Comments