sphinx-contrib / sphinxcontrib-versioning

Sphinx extension that allows building versioned docs for self-hosting.
https://sphinxcontrib-versioning.readthedocs.io/en/latest/
MIT License
125 stars 81 forks source link

Disable Sphinx colors when -C is used. #16

Closed Robpol86 closed 8 years ago

Robpol86 commented 8 years ago

-C disables colors in sphinx-versioning but not when it calls sphinx-build. Set -N in sphinx-build when -C is used in sphinx-versioning.

Robpol86 commented 8 years ago

Same with -v (one -v makes sphinx-versioning verbose, two -v adds a -v to sphinx-build, etc.