Revision 6a44a84713ae35d800394b5070e06d6ed51eb914 authored by Antoine Lambert on 26 April 2021, 14:11:28 UTC, committed by Antoine Lambert on 26 April 2021, 14:11:28 UTC
Enable to check package documentation can be built without producing
sphinx warnings.

The sphinx environment is designed to be used in continuous integration
in order to prevent breaking documentation build when committing changes.

The sphinx-dev environment is designed to be used inside a full swh
development environment.

Related to T3258
1 parent 85cac36
Raw File
Makefile
# Makefile driver for SWH Python modules. DO NOT CHANGE.
# You can add custom Makefile rules to Makefile.local

include ../Makefile.python
-include Makefile.local
back to top