Automate documentation building dependencies

Signed-off-by: Roberto Rosario <roberto.rosario@mayan-edms.com>
This commit is contained in:
Roberto Rosario
2019-11-20 14:08:00 -04:00
parent 448176111b
commit 3bb07d6dcf
5 changed files with 49 additions and 6 deletions

View File

@@ -77,6 +77,12 @@ environment_development = DependencyEnvironment(
'can ignore missing dependencies under this environment.'
), label=_('Development'), name='development'
)
environment_documentation = DependencyEnvironment(
help_text=_(
'Environment used for building the documentation. End users '
'can ignore missing dependencies under this environment.'
), label=_('Documentation'), name='documentation'
)
environment_production = DependencyEnvironment(
help_text=_(
'Normal environment for end users. A missing dependency under this '