Further Customizing Your Sphinx App¶
This section covers other customizations which are at either the Origen application level, or from the workspace.
Application Customizations¶
The settings below reside in the Origen application but are used by the origen sphinx extension.
The settings below can be set in the application’s .toml
configuration file.
website_output_directory
: Directory where the final built webpages should reside, relative to the application’s root directory. Defaults tooutput/web
.website_source_directory
: Directory of the Sphinx app, relative to the application’s root. Defaults toweb/source
.
Recap¶
Some settings for the Sphinx app, or for how Origen’s CLI runs Sphinx, are derived from outside of the Sphinx app itself.
These settings can be set in the Origen application’s
.toml
config file.