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(CHANGELOG): Fix tox.ini and conf.py #43 #47

Merged
merged 1 commit into from Sep 3, 2021
Merged

Conversation

imAsparky
Copy link
Owner

  • The CHANGELOG was missing on readthedocs build.
  • The cause of the CHANGELOG missing on the docs index was "myst_parser"
    wasn't added to conf.py extensions[].
  • Adding "myst_parser" to conf.py extensions caused tox tests to fail.
  • [testenv:docs].deps was changed to -r{toxinidir}/docs/requirements.txt
    which solved the problem.

closes #43

* The CHANGELOG was missing on readthedocs build.
* The cause of the CHANGELOG missing on the docs index was "myst_parser"
  wasn't added to conf.py extensions[].
* Adding "myst_parser" to conf.py extensions caused tox tests to fail.
* [testenv:docs].deps was changed to -r{toxinidir}/docs/requirements.txt
  which solved the problem.

closes #43
@imAsparky imAsparky merged commit c7ead74 into main Sep 3, 2021
@imAsparky imAsparky deleted the issue-43-fix branch September 3, 2021 22:46
@imAsparky imAsparky self-assigned this Sep 15, 2021
@imAsparky imAsparky added the bug Something isn't working label Sep 15, 2021
@imAsparky imAsparky added this to In progress in Modify the original fork to suit my needs via automation Sep 15, 2021
@imAsparky imAsparky moved this from In progress to Done in Modify the original fork to suit my needs Sep 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

Successfully merging this pull request may close these issues.

[DOCS]: Add CHANGELOG to the documentation.
1 participant