Skip to content

fixes rst 'unkown target' error #522

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

Merged
merged 1 commit into from
Jun 2, 2017

Conversation

zsoldosp
Copy link
Contributor

@zsoldosp zsoldosp commented Jun 2, 2017

$ rst2html.py --version; rst2html.py README.rst > /dev/null
 rst2html.py (Docutils 0.12 [release], Python 3.4.3, on linux)
 README.rst:73: (ERROR/3) Unknown target name: "django-celery documentation".

Based on my experience, this should also fix the formatting issue on the
pypi.python.org site

changed the link based on the intent of the original commit that removed it, 27bec1e

    $ rst2html.py --version; rst2html.py README.rst > /dev/null
....rst2html.py (Docutils 0.12 [release], Python 3.4.3, on linux)
....README.rst:73: (ERROR/3) Unknown target name: "django-celery documentation".

Based on my experience, this should also fix the formatting issue on the
pypi.python.org site
@zsoldosp
Copy link
Contributor Author

zsoldosp commented Jun 2, 2017

I've thought about adding the above command to tox, except I wasn't sure whether to create a new env for it, add it to the lint (flake8) env, as I've seen there is a requirements.txt for docs, but couldn't find quickly where that is used from

@auvipy auvipy merged commit 521ee7b into celery:master Jun 2, 2017
@zsoldosp zsoldosp deleted the zsoldosp-fix-readme-rst branch June 2, 2017 10:52
maxmalysh pushed a commit to maxmalysh/django-celery that referenced this pull request Jul 29, 2019
$ rst2html.py --version; rst2html.py README.rst > /dev/null
....rst2html.py (Docutils 0.12 [release], Python 3.4.3, on linux)
....README.rst:73: (ERROR/3) Unknown target name: "django-celery documentation".

Based on my experience, this should also fix the formatting issue on the
pypi.python.org site
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants