PCMSolver / pcmsolver

An API for the Polarizable Continuum Model
http://pcmsolver.readthedocs.io/
GNU Lesser General Public License v3.0
32 stars 21 forks source link

Consider generating Doxyfile from Python, instead of configuring a template #108

Closed robertodr closed 6 years ago

robertodr commented 6 years ago

Currently we have Doxyfile.in under doc. This file was generated using the doxywizard utility of Doxygen and then fine-tuned by hand to allow for configuration via CMake. When we moved to ReadTheDocs, the configuration was moved to conf.py, since there is no CMake step on ReadTheDocs. The file can actually be generated directly in conf.py, instead of reading in a file and then writing it out again.

robertodr commented 6 years ago

I am closing this as I think we're good with having the template configured by conf.py. The Doxyfile.in contains quite a lot of lines, so it'd be impractical to generate it from within conf.py.