mirror of
https://github.com/certbot/certbot.git
synced 2026-06-11 09:40:41 -04:00
Don't build epubs in readthedocs (#10671)
There's no way anyone is using these... https://github.com/certbot/certbot/pull/9762 was just basing off of readthedocs' defaults.https://github.com/certbot/certbot/pull/9762 was just basing off of readthedocs' defaults. Probably no one is using pdf either, but definitely no one is using epubs. This is the more cautious version of https://github.com/certbot/certbot/pull/10670 ``` $ git grep epub acme/docs/Makefile:.PHONY: help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest coverage gettext acme/docs/Makefile: @echo " epub to make an epub" acme/docs/Makefile:epub: acme/docs/Makefile: $(SPHINXBUILD) -b epub $(ALLSPHINXOPTS) $(BUILDDIR)/epub acme/docs/Makefile: @echo "Build finished. The epub file is in $(BUILDDIR)/epub." acme/docs/make.bat: echo. epub to make an epub acme/docs/make.bat:if "%1" == "epub" ( acme/docs/make.bat: %SPHINXBUILD% -b epub %ALLSPHINXOPTS% %BUILDDIR%/epub acme/docs/make.bat: echo.Build finished. The epub file is in %BUILDDIR%/epub. certbot/docs/Makefile:.PHONY: help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest coverage gettext certbot/docs/Makefile: @echo " epub to make an epub" certbot/docs/Makefile:epub: certbot/docs/Makefile: $(SPHINXBUILD) -b epub $(ALLSPHINXOPTS) $(BUILDDIR)/epub certbot/docs/Makefile: @echo "Build finished. The epub file is in $(BUILDDIR)/epub." certbot/docs/make.bat: echo. epub to make an epub certbot/docs/make.bat:if "%1" == "epub" ( certbot/docs/make.bat: %SPHINXBUILD% -b epub %ALLSPHINXOPTS% %BUILDDIR%/epub certbot/docs/make.bat: echo.Build finished. The epub file is in %BUILDDIR%/epub. ```
This commit is contained in:
parent
fbe3cbdb6e
commit
00cdb6f22a
15 changed files with 0 additions and 15 deletions
|
|
@ -28,4 +28,3 @@ sphinx:
|
|||
# Optionally build your docs in additional formats such as PDF and ePub
|
||||
formats:
|
||||
- pdf
|
||||
- epub
|
||||
|
|
|
|||
|
|
@ -28,4 +28,3 @@ sphinx:
|
|||
# Optionally build your docs in additional formats such as PDF and ePub
|
||||
formats:
|
||||
- pdf
|
||||
- epub
|
||||
|
|
|
|||
|
|
@ -28,4 +28,3 @@ sphinx:
|
|||
# Optionally build your docs in additional formats such as PDF and ePub
|
||||
formats:
|
||||
- pdf
|
||||
- epub
|
||||
|
|
|
|||
|
|
@ -28,4 +28,3 @@ sphinx:
|
|||
# Optionally build your docs in additional formats such as PDF and ePub
|
||||
formats:
|
||||
- pdf
|
||||
- epub
|
||||
|
|
|
|||
|
|
@ -28,4 +28,3 @@ sphinx:
|
|||
# Optionally build your docs in additional formats such as PDF and ePub
|
||||
formats:
|
||||
- pdf
|
||||
- epub
|
||||
|
|
|
|||
|
|
@ -28,4 +28,3 @@ sphinx:
|
|||
# Optionally build your docs in additional formats such as PDF and ePub
|
||||
formats:
|
||||
- pdf
|
||||
- epub
|
||||
|
|
|
|||
|
|
@ -28,4 +28,3 @@ sphinx:
|
|||
# Optionally build your docs in additional formats such as PDF and ePub
|
||||
formats:
|
||||
- pdf
|
||||
- epub
|
||||
|
|
|
|||
|
|
@ -28,4 +28,3 @@ sphinx:
|
|||
# Optionally build your docs in additional formats such as PDF and ePub
|
||||
formats:
|
||||
- pdf
|
||||
- epub
|
||||
|
|
|
|||
|
|
@ -28,4 +28,3 @@ sphinx:
|
|||
# Optionally build your docs in additional formats such as PDF and ePub
|
||||
formats:
|
||||
- pdf
|
||||
- epub
|
||||
|
|
|
|||
|
|
@ -28,4 +28,3 @@ sphinx:
|
|||
# Optionally build your docs in additional formats such as PDF and ePub
|
||||
formats:
|
||||
- pdf
|
||||
- epub
|
||||
|
|
|
|||
|
|
@ -28,4 +28,3 @@ sphinx:
|
|||
# Optionally build your docs in additional formats such as PDF and ePub
|
||||
formats:
|
||||
- pdf
|
||||
- epub
|
||||
|
|
|
|||
|
|
@ -28,4 +28,3 @@ sphinx:
|
|||
# Optionally build your docs in additional formats such as PDF and ePub
|
||||
formats:
|
||||
- pdf
|
||||
- epub
|
||||
|
|
|
|||
|
|
@ -28,4 +28,3 @@ sphinx:
|
|||
# Optionally build your docs in additional formats such as PDF and ePub
|
||||
formats:
|
||||
- pdf
|
||||
- epub
|
||||
|
|
|
|||
|
|
@ -28,4 +28,3 @@ sphinx:
|
|||
# Optionally build your docs in additional formats such as PDF and ePub
|
||||
formats:
|
||||
- pdf
|
||||
- epub
|
||||
|
|
|
|||
|
|
@ -28,4 +28,3 @@ sphinx:
|
|||
# Optionally build your docs in additional formats such as PDF and ePub
|
||||
formats:
|
||||
- pdf
|
||||
- epub
|
||||
|
|
|
|||
Loading…
Reference in a new issue