Skip to content

jaredweinfurtner/sphinx-drawio-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sphinx-drawio-docker

Sphinx with readthedocs theme & drawio support

usage

In your conf.py simply append the following for headless draw.io support:

# -- Options for draw.io plugin ----------------------------------------------
# @see https://pypi.org/project/sphinxcontrib-drawio/

drawio_default_transparency = True
drawio_headless = True
drawio_no_sandbox = True

To generate html and pdf, simply run in the docs root:

docker run --rm -v `pwd`:/docs jaredweinfurtner/sphinx-drawio-docker make html latexpdf

About

Sphinx with readthedocs theme & drawio support

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published