2019年4月6日
こんにちは、國分です。
本日はドキュメント生成ツール「Sphinx」の試用について報告していきたいと思います。
チュートリアル通りにインストールから
$ sudo pip install sphinx
Cannot uninstall 'pyparsing'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.
インストール時にこのようなエラーが出てしまったので’pyparsing’を除いてやり直し。
$ sudo pip install sphinx --ignore-installed pyparsing
$ sphinx-quickstart
$ make html
次回はGitLab+SphinxでHTMLを閲覧する方法について