django-markdownx/docs
2017-04-23 10:03:19 +01:00
..
src Added dev.py to facilitate tests and contributions. 2017-04-23 10:03:19 +01:00
README.md Added dev.py to facilitate tests and contributions. 2017-04-23 10:03:19 +01:00

Instructions

Using the existing settings, documentations can only be compiled on a Unix based machine (OS X or Linux). They can also be compile on windows, however, a different set of settings will be required, which is not included.

Start off by installing the requirements:

$ python3 -m pip install sphinx sphinx-classy-code sphinxcontrib-autoanysrc 

or navigate to ./django-markdownx/docs/src and run:

$ python3 -m pip install -r requirements.txt

then:

$ cd docs/src/_theme/sphinx_rtd_theme
$ python3 -m setup.py install

Once done run this to compile the docs:

$ cd ../..
$ chmod +x create_docs.sh
$ ./create_docs.sh

The docs will now be in ./django-markdownx/docs/build/html. To check them out, open index.html in your browser.