-
-
Notifications
You must be signed in to change notification settings - Fork 377
Documentation build modifications #2940
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
Documentation build modifications #2940
Conversation
* Sphinx roles (sphinx-issues) :issues:, :pr: and additionally :milestone: conversion to html code for simplifying writing release notes * Done in CMakeLists because sphinx-issues is not packaged * Adjusting the notes2news for the new admonitions * Use the admonitions on the release notes * Build the NEWS.md
WITH-DOC is not used anymore * The HTML documentation is build by default * The translated languages (en, es, zh_Hans) HTML documentation is build by default Documentation is not build when * Sphinx is not found * When all Sphinx formats are OFF * When all languages are OFF Output is on build/doc/_build/<format> directory
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing Touches🧪 Generate unit tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
|
@coderabbitai summary |
|
Tip For best results, initiate chat on the files or code changes. 🧩 Analysis chain@cvvergara I'll generate a summary and conduct a review of this PR. Let me first gather information about the changes. 🏁 Script executed: Length of output: 2762 🏁 Script executed: Length of output: 631 🏁 Script executed: Length of output: 3293 🏁 Script executed: Length of output: 2627 SummaryThis PR implements a comprehensive refactoring of pgRouting's documentation build system with the following key changes: Main Changes:
Technical Details:
Review✅ Strengths:
🔍 Key Changes Reviewed:CMakeLists.txt:
doc/CMakeLists.txt:
CI Workflows:
NEWS.md:
📋 Minor Observations:
This is a well-executed refactoring that significantly improves the documentation build experience while maintaining the project's quality standards. The changes are comprehensive, consistent, and well-tested through CI updates. 🧠 Learnings used |
Changes proposed in this pull request:
* Sphinx is not found
* When all Sphinx formats are OFF
* When all languages are OFF
* Output is on build/doc/_build/ directory