gecko-dev/tools/docs
Andrew Halberstadt b765d8e8aa Bug 1517238 - [docs] Fix AttributeError: 'module' object has no attribute 'DirEntry' when running |mach doc|, r=davehunt
This was happening because one of the modules sphinx generates apidocs for
started depending on scandir and our in-tree vendored copy of scandir doesn't
have the C module built. I'm still not sure why this is failing though (scandir
is supposed to fall-back to ctypes if the C module doesn't exist).

Either way, adding scandir to tools/docs/Pipfile works around the problem.

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

--HG--
extra : moz-landing-system : lando
2019-01-02 15:31:26 +00:00
..
moztreedocs Bug 1474746 - [docs] Normalize keys from MOZ_SPHINX_TREES; r=gps 2018-07-11 16:01:21 +00:00
conf.py Bug 1372406: Follow-up: Add missing source directory to docs config. r=bustage 2018-03-28 12:23:15 -07:00
index.rst
jsdoc.json Bug 1423425 Let sphinx-js read .js files r=erik 2017-12-05 18:53:59 -08:00
mach_commands.py Bug 1458461 - [docs] Use pipenv to manage |mach doc| python environment, r=davehunt 2018-05-30 14:57:58 -04:00
Pipfile Bug 1517238 - [docs] Fix AttributeError: 'module' object has no attribute 'DirEntry' when running |mach doc|, r=davehunt 2019-01-02 15:31:26 +00:00
Pipfile.lock Bug 1517238 - [docs] Fix AttributeError: 'module' object has no attribute 'DirEntry' when running |mach doc|, r=davehunt 2019-01-02 15:31:26 +00:00