-
You can show your sphinx documents on your redmine.
-
This plugin support Git, Mercurial and SVN.
-
Before you use this plugin, You need to make project on your redmine, and configuration your repository.
-
This plugin compile your sphinx document using Sphinx Makefile on your repository and deploy any directory. If it cannot find Makefile, it doesn’t work properly.
-
You need Settingslogic.
-
When you install this plugin, ‘Sphinx Document’ Tab will be displayed on the menu bar of your Redmine Project.
-
Click this tab, and if it work properly, you can see Sphinx Document List.
-
To use this plugin, you need to install Settingslogic using ruby gems. (command: gem install settingslogic)
-
Download this plugin using ‘git clone git:github.com/nishio-dens/RedmineSphinxPlugin.git’ command.
-
Copy RedmineSphinxPlugin directory to ‘vender/plugins’ on Redmine installed directory.
-
Copy sphinx_plugin_setting.yml.sample on RedmineSphinxPlugin/sample to config directory on redmine root directory, and change setting file name from sphinx_plugin_setting.yml.sample to sphinx_plugin_setting.yml.
-
Restart your redmine.