Damian Johnson 0354799f58 Ignore __all__ attributes when bulding site
Sphinx emits the following warnings...

  WARNING: missing attribute mentioned in :members: or __all__: module stem, attribute directory
  WARNING: missing attribute mentioned in :members: or __all__: module stem, attribute process
  WARNING: missing attribute mentioned in :members: or __all__: module stem.descriptor, attribute remote
  WARNING: missing attribute mentioned in :members: or __all__: module stem.response, attribute getinfo
  WARNING: missing attribute mentioned in :members: or __all__: module stem.response, attribute getconf
  WARNING: missing attribute mentioned in :members: or __all__: module stem.response, attribute authchallenge
  WARNING: missing attribute mentioned in :members: or __all__: module stem.util, attribute lru_cache
  WARNING: missing attribute mentioned in :members: or __all__: module stem.util, attribute ordereddict
  WARNING: missing attribute mentioned in :members: or __all__: module stem.util, attribute term
  WARNING: missing attribute mentioned in :members: or __all__: module stem.util, attribute test_tools

These submodules all exist, but importlib.import_module() does not have
attributes corresponding to them unless we've transitively imported its code
prior to Sphinx's attempt to reference it.

Honestly I don't fully grok the nuance behind how importlib works, but this
configuration flag resolves these warnings so calling it good.
2020-05-13 18:07:47 -07:00
..
2019-12-29 15:10:08 -08:00
2020-05-11 16:19:57 -07:00
2020-01-31 15:03:03 -08:00
2020-03-30 20:09:22 -07:00
2020-01-31 15:03:03 -08:00
2020-05-11 16:19:57 -07:00
2020-05-11 14:32:15 -07:00
2019-12-29 15:10:13 -08:00
2012-10-21 20:04:30 -07:00
2014-12-05 13:12:40 -08:00
2014-12-21 16:29:35 -08:00