Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #6936: sphinx-autogen: raises AttributeError #6941

Merged

Conversation

tk0miya
Copy link
Member

@tk0miya tk0miya commented Dec 22, 2019

Feature or Bugfix

  • Bugfix

Purpose

I confirmed this fixes #6936 with following Dockerfile:

FROM tk0miya/sphinx-html

RUN git clone https://github.com/Unidata/MetPy
WORKDIR /docs/MetPy
RUN pip3 install .
WORKDIR /docs/MetPy/docs
RUN pip3 install git+https://github.com/tk0miya/sphinx@6936_autogen_raises_AttributeError
RUN sphinx-autogen api/index.rst

@tk0miya tk0miya added this to the 2.3.1 milestone Dec 22, 2019
@tk0miya tk0miya merged commit 960ca85 into sphinx-doc:2.3.1 Dec 22, 2019
@tk0miya tk0miya deleted the 6936_autogen_raises_AttributeError branch December 22, 2019 04:22
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 8, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant