question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Move back to CircleCI(?)

See original GitHub issue

@choldgraf I’ve just realised an issue here: so with the circleci the documentation was running with the flags: https://github.com/executablebooks/MyST-Parser/blob/ba5c56c391ced762d617c254e93db5e2c808cb1d/docs/Makefile#L23-L24

which means that it runs in “nitpick” mode -n, fails on warnings -W, but still tries to continue building the documentation even if there is a failure --keep-going. This ensures that the CI fails on warnings, like missing references, but if won’t stop at the first warning, so that you can see all the warnings in one run and also view the final documentation.

With this new CI, it currently won’t fail on warnings. You can add https://docs.readthedocs.io/en/latest/config-file/v2.html#sphinx-fail-on-warning, which I guess is equivalent to -nW, but there appears to be no option for --keep-going, and thus makes it tedious to not be able to identify all warnings in one run.

_Originally posted by @chrisjsewell in https://github.com/executablebooks/MyST-Parser/pull/175#issuecomment-650079264_

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:9 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
chrisjsewellcommented, Jun 26, 2020
0reactions
choldgrafcommented, Jun 26, 2020

makes sense - I’m happy with keeping this on GHA if that doesn’t pan out on RTD

Read more comments on GitHub >

github_iconTop Results From Across the Web

CircleCI: Continuous Integration and Delivery
Get the best continuous integration and delivery for any platform, in our cloud or on your own infrastructure.
Read more >
Reusable Config Reference Guide - CircleCI
This guide describes how to get started with reusable commands, jobs, executors and orbs. This guide also covers the use of parameters for...
Read more >
Setting up continuous integration with CircleCI and GitHub
Learn how to set up a continuous integration (CI) pipeline for a Python application using GitHub and CircleCI.
Read more >
Continuous integration for Go applications - CircleCI
New() is a method that instantiates a new Blog . In other words, it returns a new instance of Blog . The SaveArticle...
Read more >
How to push a commit back to the same repository as part of ...
1) Decide if you wish to configure the project with a user key generated by CircleCI or a manually-created read-write deployment key ·...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found