Skip to content

OctoPrint Contribution

OllisGit edited this page May 22, 2021 · 3 revisions

Plugin Versioning

https://www.python.org/dev/peps/pep-0440/#developmental-releases

V1.2.3 or 1.2rc1

Contributions could be done in different formats!

Documentation

The documentation is build with Sphinx.

Installation steps:

  • fork and clone OctoPrint-Repository
  • cd docs
  • pip install -U sphinx
  • Install dependencied listed in conf.py
pip install sphinxcontrib.httpdomain
pip install sphinxcontrib.mermaid
pip install sphinx_rtd_theme
...
  • start doc-generation
make html
or 
sphinx-build -b html -d _build/doctrees -D latex_paper_size=a4 . _build/html
Clone this wiki locally