stsci.sphinxext包含獅身人面像的擴展,從STScI提供建立文檔。
用法
這些說明僅覆蓋了從標準的獅身人面像的指令改變。
為你的斯芬克斯文檔創建一個新的樹,使用sphinx_quickstart,如在斯芬克斯引言中所述。
通過插入下面一行在頂部導入自定義stsci_sphinx到項目的conf.py:
從stsci.sphinxext.conf進口*
在您的conf.py“擴展”行也應修改,以便它不會覆蓋由stsci.sphinxext定義的擴展。例如,更改:
擴展= ['sphinx.ext.autodoc']
於:
擴展+ = ['sphinx.ext.autodoc']
。此外,註釋掉“html_theme”行,這樣您的項目將使用stsci.sphinxext有一個
要求:
- 蟒蛇
- 獅身人面像
- numpydoc
- Matplotlib
評論沒有發現