Takeshi KOMIYA
Takeshi KOMIYA
Confirmed with this Dockerfile: ``` FROM tk0miya/sphinx-html RUN apt update; apt install -y libmysqlclient-dev RUN git clone https://gerrit.wikimedia.org/r/pywikibot/core.git WORKDIR /docs/core RUN git submodule update --init RUN pip3 install tox RUN...
Is there anything I can do? If needed, I'll try to create stubs.
I'm reading CONTRIBUTING.md now. Did you already get permission from docutils project? If done, I'll try to do it.
FYI: https://pypi.org/project/docutils-stubs/ When [I posted a comment at last](https://github.com/python/typeshed/issues/1269#issuecomment-306020924), I asked about the permission to docutils project. But I did not get any answers. As a result, I made a...
AFAIK, permissions from the upstream project is needed to merge stubs into the typeshed, right? I've never gotten it. And we have to update it to the latest one (I...
Yes. That's the reason why I made it. I've used it to type-check Sphinx project itself.
At present, autodoc and python domain expect to represent base classes via the `:Bases:` field. They also expect the parenthesis following the class name is a list of arguments list...
At present, toctree directive does not support markups for titles. It would be nice if we support it. But we need to rewrite whole of ToC data structure. Contributions are...
+0 for supporting static config file. I don't think python script is not good for the config file. But it's reasonable to support a commonly used file format for sphinx....
> I think the combination of YAML + Python fits the use-case that somebody wants 99% of their configuration in a well-structured config file, but also needs to run some...