gecko-dev/build/sparse-profiles/sphinx-docs
Ethan Glasser-Camp 0549c56796 Bug 1606026: move tools/docs code to tools/moztreedocs r=sylvestre
Differential Revision: https://phabricator.services.mozilla.com/D58337

--HG--
rename : tools/docs/Pipfile => tools/moztreedocs/Pipfile
rename : tools/docs/Pipfile.lock => tools/moztreedocs/Pipfile.lock
rename : tools/docs/moztreedocs/__init__.py => tools/moztreedocs/__init__.py
rename : tools/docs/_static/custom_theme.css => tools/moztreedocs/_static/custom_theme.css
rename : tools/docs/mach_commands.py => tools/moztreedocs/mach_commands.py
rename : tools/docs/moztreedocs/package.py => tools/moztreedocs/package.py
rename : tools/docs/moztreedocs/upload.py => tools/moztreedocs/upload.py
extra : moz-landing-system : lando
2020-01-06 16:29:21 +00:00

28 lines
584 B
Plaintext

%include build/sparse-profiles/mach
[include]
# Code for generating docs.
glob:tools/docs/**
glob:tools/moztreedocs/**
# Potential docs sources
glob:**/*.rst
glob:**/*.md
glob:**/*.js
glob:**/*.jsm
# Potential included images. We don't glob all paths in order to avoid importing
# images unrelated to documentation (like branding or test images)
glob:**/docs/**.jpg
glob:**/docs/**.png
glob:**/docs/**.svg
# Python API docs.
glob:**/*.py
# moz.build files are read to discover location of docs.
glob:**/moz.build
# Read to set the version of the docs.
path:config/milestone.txt