Advertisement
BloodknightStudios

Untitled

Feb 26th, 2019
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.49 KB | None | 0 0
  1. Cannot show preview page.
  2. Description:
  3. Cannot generate preview page.
  4.  
  5. Possible causes are,
  6.  
  7. Python is not installed properly.
  8. Sphinx is not installed properly (if preview uses "conf.py").
  9. Wrong value is set on "restructuredtext.sphinxBuildPath".
  10. A wrong "conf.py" file is selected.
  11. DocUtils is not installed properly (if preview uses docutils).
  12. Detailed error message
  13. Error
  14. Command failed: python -m sphinx -b html . "e:\Torque3D_OnlineDocs\_build\html"
  15.  
  16. Configuration error:
  17. There is a programmable error in your configuration file:
  18.  
  19. Traceback (most recent call last):
  20. File "C:\Python\Python37\lib\site-packages\sphinx\config.py", line 368, in eval_config_file
  21. execfile_(filename, namespace)
  22. File "C:\Python\Python37\lib\site-packages\sphinx\util\pycompat.py", line 150, in execfile_
  23. exec_(code, _globals)
  24. File "e:\Torque3D_OnlineDocs\conf.py", line 101, in
  25. import sphinx_rtd_theme
  26. ModuleNotFoundError: No module named 'sphinx_rtd_theme'
  27.  
  28.  
  29. Error: Command failed: python -m sphinx -b html . "e:\Torque3D_OnlineDocs\_build\html"
  30.  
  31. Configuration error:
  32. There is a programmable error in your configuration file:
  33.  
  34. Traceback (most recent call last):
  35. File "C:\Python\Python37\lib\site-packages\sphinx\config.py", line 368, in eval_config_file
  36. execfile_(filename, namespace)
  37. File "C:\Python\Python37\lib\site-packages\sphinx\util\pycompat.py", line 150, in execfile_
  38. exec_(code, _globals)
  39. File "e:\Torque3D_OnlineDocs\conf.py", line 101, in
  40. import sphinx_rtd_theme
  41. ModuleNotFoundError: No module named 'sphinx_rtd_theme'
  42.  
  43.  
  44. at ChildProcess.exithandler (child_process.js:303:12)
  45. at ChildProcess.emit (events.js:182:13)
  46. at maybeClose (internal/child_process.js:961:16)
  47. at Process.ChildProcess._handle.onexit (internal/child_process.js:248:5)
  48.  
  49.  
  50. Configuration error:
  51. There is a programmable error in your configuration file:
  52.  
  53. Traceback (most recent call last):
  54. File "C:\Python\Python37\lib\site-packages\sphinx\config.py", line 368, in eval_config_file
  55. execfile_(filename, namespace)
  56. File "C:\Python\Python37\lib\site-packages\sphinx\util\pycompat.py", line 150, in execfile_
  57. exec_(code, _globals)
  58. File "e:\Torque3D_OnlineDocs\conf.py", line 101, in
  59. import sphinx_rtd_theme
  60. ModuleNotFoundError: No module named 'sphinx_rtd_theme'
  61.  
  62. More Information
  63. Diagnostics information has been written to OUTPUT | reStructuredText panel.
  64.  
  65. The troubleshooting guide can be found at
  66.  
  67. https://docs.restructuredtext.net/articles/troubleshooting.html
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement