Opened 2 months ago

Closed 2 months ago

#36474 closed New feature (wontfix)

Add sphinx-autobuild and livehtml command to make file for live reload of the django documentation

Reported by: Farhan Ali Owned by:
Component: Documentation Version: dev
Severity: Normal Keywords:
Cc: Farhan Ali Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

When writting documentation is really frustrating to go back and rerun the command to rebuild the documentation and open the browser or refresh the browser to see the change.

Change History (1)

comment:1 by Natalia Bidart, 2 months ago

Resolution: wontfix
Status: newclosed

Hello Farhan Ali, thank you for your ticket. As I just mentioned on Discord, you can easily choose to use sphinx-autobuild or any other Sphinx builder by overriding the env variables that the Makefile support:

SPHINXBUILD=sphinx-autobuild make html
Note: See TracTickets for help on using tickets.
Back to Top