1
0
mirror of https://github.com/pybind/pybind11.git synced 2025-03-18 23:11:22 +00:00
Commit Graph

2 Commits

Author SHA1 Message Date
Dean Moldovan
8665ee8100 Fix documentation build
* Doxygen needs `RECURSIVE = YES` in order to parse the `detail` subdir.

* The `-W` warnings-as-errors option for sphinx doesn't work with the
  makefile build. Switched to calling sphinx directly.

* Fix "citation [cppimport] is not referenced" warning.
2017-08-17 15:10:51 +02:00
Dean Moldovan
57a9bbc6c7 Automate generation of reference docs with doxygen and breathe ()
* Make 'any' the default markup role for Sphinx docs

* Automate generation of reference docs with doxygen and breathe

* Improve reference docs coverage
2017-01-31 16:54:08 +01:00