[sphinx-users] Re: Newbie: can I combine dynamic data to one page?

2018-03-28 Thread Peter Burdine
A few things: 1) You may want to consider another jinja extension to sphinx: https://pypi.python.org/pypi/sphinx-jinja. We use YAML as the datasource, though it could be anything maps to Python lists/dicts (json, xml, etc). You can then either reference the a file with the jinja template, or y

[sphinx-users] Newbie: can I combine dynamic data to one page?

2018-03-28 Thread Jan
I'm trying to understand sphinx, and I'm thoroughly not understanding how to implement even some basic concepts. I've created a sphinx project linked to my readthedocs account. Everything works to generate my basic index.rst file in read the docs. I'm trying to follow the ideas of adding dynamic