Skip to content

Commit 4997755

Browse files
Adding pdf/epub output format flags to advanced settings in the project admin.
1 parent b2cefcc commit 4997755

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

readthedocs/projects/forms.py

+2
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,8 @@ class Meta:
141141
'conf_py_file',
142142
'default_branch',
143143
'default_version',
144+
'sphinx_enable_pdf_build',
145+
'sphinx_enable_epub_build',
144146
# Privacy
145147
'privacy_level',
146148
# 'version_privacy_level',

0 commit comments

Comments
 (0)