bug 1523962: marionette: publish client and harness api docs to firefox-source-docs.m.o; r=ahal

https://marionette-client.readthedocs.io/en/master/ is out of date
and generates a lot of warnings. As we are intending to decommission
the public PyPI release of marionette_driver, it makes sense to
publish the API documentation to https://firefox-source-docs.mozilla.org/
instead.

Differential Revision: https://phabricator.services.mozilla.com/D18087

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Andreas Tolfsen 2019-02-01 18:53:57 +00:00
parent 568c22f379
commit 0c103a1c24

View File

@ -17,6 +17,7 @@ with Files("harness/**"):
SCHEDULES.exclusive = ["marionette", "firefox-ui"]
SPHINX_TREES["marionette"] = "doc"
SPHINX_PYTHON_PACKAGE_DIRS += ["client/marionette_driver"]
with Files('doc/**'):
SCHEDULES.exclusive = ['docs']
with Files("doc/**"):
SCHEDULES.exclusive = ["docs"]