#3663 closed defect (fixed)

Add a docs/Makefile rule to invoke sphinx-autobuild

Reported by: sajith Owned by: sajith
Priority: normal Milestone: undecided
Component: dev-infrastructure Version: n/a
Keywords: Cc:
Launchpad Bug:

Description

sphinx-autobuild is very handy to have when updating documentation: you can run sphinx-autobuild -b html docs docs/_build/html, point a web browser to a local web server started by sphinx-autobuild, and all the changes made to documentation can be immediately previewed in the browser.

It would be nice to have a rule in docs/Makefile to invoke sphinx-autobuild.

Change History (1)

comment:1 Changed at 2021-04-03T11:43:35Z by GitHub <noreply@…>

  • Resolution set to fixed
  • Status changed from new to closed

In cf04f277/trunk:

Merge pull request #1028 from tahoe-lafs/3663.sphinx-autobuild-make-rule

Add a "make livehtml" rule for building documentation

Fixes: ticket:3663

Note: See TracTickets for help on using tickets.