Lines Matching full:sphinx
24 We are using [sphinx](https://www.sphinx-doc.org/en/master/) with
26 [sphinx-gallery](https://sphinx-gallery.github.io/stable/index.html), and
27 [sphinx_design](https://sphinx-design.readthedocs.io/en/latest/) in this
83 [sphinx-serve](https://pypi.org/project/sphinx-serve/). To install
84 sphinx-serve, run: `pip3 install sphinx-serve`. To serve your documentation:
87 sphinx-serve -b _build
134 [Markdown in Sphinx Tips and Tricks](https://pytorch.org/executorch/markdown-sphinx-tips-tricks.htm…
185 We use Sphinx to generate both Python and C++ documentation in the form of HTML
190 We generate Python API documentation through Sphinx and `sphinx.ext.autodoc`.
192 The setup for Python documentation lies within `source/`. Sphinx uses the
193 `conf.py` configuration file where `sphinx.ext.autodoc` is configured as
194 extension. During the build, Sphinx generates the API documentation from the
199 APIs for a specific module, the `automodule` tag is needed to tell Sphinx what
221 [Sphinx](http://www.sphinx-doc.org/) using
225 files, and through configs set in Sphinx's `conf.py` file, we use Breathe and