How to use Python to programmatically generate part of Sphinx documentation?

前端 未结 6 1334
悲&欢浪女
悲&欢浪女 2020-12-13 07:16

I am using Sphinx to generate the documentation for a project of mine.

In this project, I describe a list of available commands in a yaml file which, once loaded, r

6条回答
  •  悲哀的现实
    2020-12-13 08:19

    Sphinx does support custom extensions that would probably be the best way to do this http://sphinx.pocoo.org/ext/tutorial.html.

提交回复
热议问题