Manuel Kaufmann

Results 1301 comments of Manuel Kaufmann

We don't need a second link. I removed the old one in 14d07f9

Hi, thanks for reporting this issue. I'm moving it to the Sphinx theme since it's related to it.

Hrm, embed API tests are failing. I think those are relevant to the upgrade.

> @humitos what would RTD think of a Python config file? Speaking as a Read the Docs developer, using a YAML or a Python file for MkDocs configuration would be...

Now, speaking just as a developer related to the documentation world. > Add a `--scripts` (or `--scripts-dir` or `--user-scripts`?) command line option to the `build` and `serve` commands. By default,...

> AFAIK, hooks, specifically `on_config`, are executed post-config validation. This might be too late for some cases. Would it be enough to add a _new_ hook that is `pre_on_config` (or...

We released a new version [`3.0.0rc1`](https://pypi.org/project/sphinx-rtd-theme/3.0.0rc1/) that adds support for latest docutils versions. Please, give it a try and open an issue for any problem or feedback you want to...

> Relative to the repo root I think this is easier to explain to users and it's simpler. Besides, it allows people to move the YAML file from one directory...

> How is the changelog generated? The changelog is generated with a script that is under a private repository. It uses this tool in the back, https://github.com/agjohnson/github-changelog This is relatively...

@stsewd the script is called via `invoke prepare $RELEASE_VERSION` and that `prepare` function is executed.