DOC: Unable to successfully build docs: AttributeError: module 'pymc' has no attribute ...
#6423
Labels
AttributeError: module 'pymc' has no attribute ...
#6423
Issue with current documentation:
I'm trying to build the documentation.
What I do
v5.0.1
This is all ran via GH actions, and the past setup has worked perfectly for previous versions of PyMC,
it's the upgrade to
5.0.0+
that has given me trouble.What I get
Problem seems to happen when
dimensionality.ipynb
is executed.I get a lot of
ModuleNotFoundError
errors like this for a lot of different modules:Full logs are below—but it seem like these attributes are missing, some examples:
pymc.align_minibatches
pymc.SymbolicRandomVariable
pymc.SimulatorRV
pymc.KullbackLiebler
pymc.AR1
pymc.ordered_univariate
Full run logs
Context
I maintain the Dash docset for PyMC, and try to keep up with the new releases!
Idea or request for content:
No response
The text was updated successfully, but these errors were encountered: