Forráskód Böngészése

Remove undocumented autobuild.sh script (#12035)

Sævar Öfjörð Magnússon 9 hónapja
szülő
commit
b7ab0496f1
3 módosított fájl, 2 hozzáadás és 8 törlés
  1. 1 0
      CHANGELOG.txt
  2. 0 8
      docs/autobuild.sh
  3. 1 0
      docs/releases/6.2.md

+ 1 - 0
CHANGELOG.txt

@@ -29,6 +29,7 @@ Changelog
  * Maintenance: Refactor image chooser pagination to check `WAGTAILIMAGES_CHOOSER_PAGE_SIZE` at runtime (Matt Westcott)
  * Maintenance: Exclude the `client/scss` directory in Tailwind content config to speed up CSS compilation (Sage Abdullah)
  * Maintenance: Split `contrib.frontend_cache.backends` into dedicated sub-modules (Andy Babic)
+ * Maintenance: Remove unused `docs/autobuild.sh` script (Sævar Öfjörð Magnússon)
 
 
 6.1.2 (30.05.2024)

+ 0 - 8
docs/autobuild.sh

@@ -1,8 +0,0 @@
-#!/bin/sh
-# If you want to run this script inside a vm and save changes outside of it
-# You should upgrade watchdog library to the latest in https://github.com/gorakhargosh/watchdog
-# and add --debug-force-polling argument to shell-command
-# watchmedo shell-command --debug-force-polling --patterns="*.rst" --ignore-pattern='_build/*' --recursive --command='make html; echo "Waiting for more changes..."'
-
-echo "Waiting for you to save the docs..."
-watchmedo shell-command --patterns="*.rst" --ignore-pattern='_build/*' --recursive --command='make html; echo "Waiting for more changes..."'

+ 1 - 0
docs/releases/6.2.md

@@ -51,6 +51,7 @@ depth: 1
  * Refactor image chooser pagination to check `WAGTAILIMAGES_CHOOSER_PAGE_SIZE` at runtime (Matt Westcott)
  * Exclude the `client/scss` directory in Tailwind content config to speed up CSS compilation (Sage Abdullah)
  * Split `contrib.frontend_cache.backends` into dedicated sub-modules (Andy Babic)
+ * Remove unused `docs/autobuild.sh` script (Sævar Öfjörð Magnússon)
 
 
 ## Upgrade considerations - changes affecting all projects