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

Bump Sphinx version to 4.3.0 #2503

Merged
merged 2 commits into from
Nov 15, 2021
Merged

Bump Sphinx version to 4.3.0 #2503

merged 2 commits into from
Nov 15, 2021

Conversation

ehennenfent
Copy link
Contributor

@ehennenfent ehennenfent commented Nov 15, 2021

Our ReadTheDocs builds have been failing due to an outdated version of Sphinx that's not compatible with recent versions of Docutils. RtD uses this version by default in order to provide Python2 compatibility, but Manticore has no problem using the latest version instead.

You can see the fixed build here (It's not part of our CI)

Eric Hennenfent added 2 commits November 15, 2021 10:44

Verified

This commit was signed with the committer’s verified signature. The key has expired.
tvdeyen Thomas von Deyen
The problems we're seeing with ReadTheDocs builds right now are probably [caused by an outdated version of Sphinx](https://blog.readthedocs.com/build-errors-docutils-0-18/) that it's falling back to in order to provide Python2 compatibility.
Copy link
Contributor

@ekilmer ekilmer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ehennenfent ehennenfent merged commit 9f55b09 into master Nov 15, 2021
@ehennenfent ehennenfent deleted the dev-bump-sphinx branch November 15, 2021 20:01
ekilmer added a commit that referenced this pull request Mar 3, 2022
* master: (35 commits)
  Switch to stable Black (#2536)
  Fix typo in Manticore.linux constructor docstring (#2535)
  Revert CI changes made in #2526
  Release Manticore 0.3.7 (#2526)
  Optimise forking when there is only 1 solution (#2527)
  Epoll Implementation (#2529)
  Split off ENDBR32/64 from CHESS branch (#2533)
  Update to crytic-compile 0.2.2 (#2530)
  Also ignore missing unicorn registers in the fallback emulator (#2531)
  x86 FXSAVE & FXRSTOR support (#2511)
  Fix `BitVecExtract` simplification for constant folding (#2524)
  Add pip-audit action workflow (#2513)
  Add EXPLICIT fork policy (#2514)
  Enforce crytic-compile==0.2.1 (#2512)
  Improve namedtuple definition (#2506)
  Add SMT simplifications for bitvec subtraction (#2504)
  Fix handling of the program base address in Linux (#2500)
  Bump Sphinx version to 4.3.0 (#2503)
  Solver Improvements (#2502)
  Improves `namedtuple` definition (#2501)
  ...
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.

None yet

2 participants