view MANIFEST.in @ 5723:9fe35f4bc173 stable

doc: fix build warning for index.rst index.rst contained a circular reference in the Table Of Contents to itself which caused the warning:: WARNING: circular toctree references detected, ignoring: index <- index Fix is to remove index from the toctree. Note this change also fixes the navigation at the bottom of the page which previously redirected to itself instead of the user-guide.rst page.
author Chuck Tuffli <chuck@tuffli.net>
date Wed, 30 Dec 2020 11:15:01 -0800
parents 9e0f91cb5242
children 7d5d9301c244
line wrap: on
line source

include CHANGELOG
include COPYING
include hgext3rd/topic/README
include MANIFEST.in
include README.rst
include setup.py
recursive-include tests *.py *.sh *.t

include docs/makefile
include docs/*.py
include docs/README
include docs/*.rst
include docs/static/*.svg
include docs/tutorials/*.t
include docs/tutorial/standalone.html
recursive-include docs/figures *.svg *.png
recursive-include docs/tutorial *.css *.js *.md *.py *.rst *.sh *.t

exclude docs/tutorial/.netlify
exclude .gitlab-ci.yml
exclude ./hgext3rd/evolve/legacy.py
exclude .hg-format-source
exclude Makefile
exclude tests/test-drop.t
exclude tests/test-oldconvert.t

prune contrib
prune debian
prune .gitlab
prune hgext3rd/evolve/hack