mirror of
https://github.com/chipsec/chipsec
synced 2026-06-08 13:31:00 +00:00
59b2ec6613
Signed-off-by: Sara Batllori <sara.batllori@intel.com>
31 lines
820 B
ReStructuredText
31 lines
820 B
ReStructuredText
.. _Sphinx:
|
|
|
|
Sphinx Version
|
|
==============
|
|
|
|
The versions of Sphinx that can be utilized to generate CHIPSEC's documentation are 6.X.X, 7.X.X and 8.X.X.
|
|
|
|
|
|
Generating Documentation
|
|
========================
|
|
|
|
Use the script in the docs folder to automatically generate CHIPSEC's documentation using Sphinx.
|
|
It generates PDF plus either HTML or JSON formats.
|
|
|
|
``python3 create_manual.py [format]``
|
|
|
|
``format`` - html or json
|
|
|
|
``python3 create_manual.py``
|
|
|
|
``python3 create_manual.py html``
|
|
|
|
``python3 create_manual.py json``
|
|
|
|
|
|
References
|
|
==========
|
|
|
|
- `Sphinx Apidoc <https://www.sphinx-doc.org/en/master/man/sphinx-apidoc.html>`_
|
|
- `Sphinx Build <https://www.sphinx-doc.org/en/master/man/sphinx-build.html>`_
|
|
- `Autodoc <https://www.sphinx-doc.org/en/master/usage/extensions/autodoc.html>`_ |