mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 12:51:06 +00:00
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:
parent
568c22f379
commit
0c103a1c24
@ -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"]
|
||||
|
Loading…
Reference in New Issue
Block a user