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

docs: Lock docs dependencies even more #876

Merged
merged 1 commit into from
Jul 14, 2021

Conversation

paulgessinger
Copy link
Member

Sphinx 4.1.0 breaks our docs build again. See #875.

Also resolve one doxygen error in the process.

Also resolve one doxygen error in the process.

See acts-project#875
@paulgessinger paulgessinger added this to the next milestone Jul 13, 2021
@codecov
Copy link

codecov bot commented Jul 13, 2021

Codecov Report

Merging #876 (1a27c64) into main (96f3a3f) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #876   +/-   ##
=======================================
  Coverage   48.68%   48.68%           
=======================================
  Files         331      331           
  Lines       17128    17128           
  Branches     8084     8084           
=======================================
  Hits         8338     8338           
  Misses       3092     3092           
  Partials     5698     5698           
Impacted Files Coverage Δ
Core/include/Acts/Utilities/PolymorphicValue.hpp 68.62% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 96f3a3f...1a27c64. Read the comment docs.

@paulgessinger
Copy link
Member Author

I'm overriding the missing approval here.

@paulgessinger paulgessinger merged commit 9a38f3f into acts-project:main Jul 14, 2021
@paulgessinger paulgessinger deleted the docs-fix branch July 14, 2021 14:50
@paulgessinger paulgessinger modified the milestones: next, v10.0.0 Jul 28, 2021
@acts-project-service
Copy link
Collaborator

The backport to develop/v9.1.x failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-develop/v9.1.x develop/v9.1.x
# Navigate to the new working tree
cd .worktrees/backport-develop/v9.1.x
# Create a new branch
git switch --create backport-876-to-develop/v9.1.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 9a38f3fc4dda9a3f72fb6423bef7ae2acf90eb69
# Push it to GitHub
git push --set-upstream origin backport-876-to-develop/v9.1.x
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-develop/v9.1.x

Then, create a pull request where the base branch is develop/v9.1.x and the compare/head branch is backport-876-to-develop/v9.1.x.

paulgessinger added a commit to paulgessinger/acts that referenced this pull request Aug 3, 2022
Also resolve one doxygen error in the process.

See acts-project#875
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