mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
Remove old 'srtd' theme and references. (#49289)
This commit is contained in:
@@ -37,7 +37,7 @@ all: docs
|
||||
|
||||
docs: htmldocs
|
||||
|
||||
generate_rst: staticmin config cli keywords modules plugins testing
|
||||
generate_rst: config cli keywords modules plugins testing
|
||||
|
||||
htmldocs: generate_rst
|
||||
CPUS=$(CPUS) $(MAKE) -f Makefile.sphinx html
|
||||
@@ -102,9 +102,6 @@ plugins: $(FORMATTER) ../templates/plugin.rst.j2
|
||||
testing:
|
||||
$(TESTING_FORMATTER)
|
||||
|
||||
staticmin:
|
||||
cat _themes/srtd/static/css/theme.css | sed -e 's/^[ ]*//g; s/[ ]*$$//g; s/\([:{;,]\) /\1/g; s/ {/{/g; s/\/\*.*\*\///g; /^$$/d' | sed -e :a -e '$$!N; s/\n\(.\)/\1/; ta' > _themes/srtd/static/css/theme.min.css
|
||||
|
||||
epub:
|
||||
(CPUS=$(CPUS) $(MAKE) -f Makefile.sphinx epub)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user