-
Notifications
You must be signed in to change notification settings - Fork 85
Configuring Read the Docs to publish the MPS manual #141
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
Merged
Merged
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
9b2fbfd
Adding a configuration for Read the Docs.
rptb1 e7ee8a1
Quoting build.tools.python to suppress error. See <https://github.co…
rptb1 354ffa4
Limit formats to HTML while debugging config.
rptb1 e652387
Don't build extra formats yet.
rptb1 6fac30d
Linking the repo readme to the Build the Docs manual.
rptb1 09e0470
Adding documentation links, configuration and admin details, and lice…
rptb1 4108cc4
Try to get Read the Docs to run our Sphinx extensions <https://github…
rptb1 409aea1
Removing assumption that convert_updated is running in a particular d…
rptb1 380b43d
Mitigating dependency on Read the Docs by giving instructions for bui…
rptb1 631d30e
Fixing manual build from Makefile. Need to join app.srcdir to the gl…
rptb1 adbbce0
Get full traceback from Sphinx on error. Cross-referencing build.txt…
rptb1 d26b9bb
Catch-up from master into branch/2023-02-02/readthedocs, specifically…
rptb1 eed418b
Excluding manual/build.txt from check-rst. Fixes GitHub issue #155.
rptb1 593ed91
Fixing duplicate tag and updating for GitHub migration. Fixes <https…
rptb1 6845063
Adding documentation to the MPS Sphinx extension, especially cross-re…
rptb1 29c0ea9
Adding tag for design.mps.doc.fmt.macro.
rptb1 170d805
Minor edits from express review <https://github.com/Ravenbrook/mps/pu…
rptb1 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,69 @@ | ||
| # .readthedocs.yaml -- Build configuration for MPS manual on Read The Docs | ||
| # | ||
| # Copyright (c) 2023 Ravenbrook Limited. See end of file for license. | ||
| # | ||
| # This file controls how Read the Docs builds and publishes the MPS | ||
| # manual at <https://memory-pool-system.readthedocs.io/>. | ||
| # | ||
| # See <https://docs.readthedocs.io/en/stable/config-file/v2.html> for | ||
| # the file format. | ||
| # | ||
| # Project configuration is at | ||
| # <https://readthedocs.org/projects/memory-pool-system/>. The GitHub | ||
| # Ravenbot user <sysadmins@ravenbrook.com> is an administrator | ||
| # <https://readthedocs.org/profiles/Ravenbot/>. | ||
|
|
||
| version: 2 | ||
|
|
||
| build: | ||
| os: ubuntu-22.04 | ||
| tools: | ||
| python: '3' | ||
|
|
||
| python: | ||
| install: | ||
| - requirements: manual/requirements.pip | ||
|
|
||
| sphinx: | ||
| configuration: manual/source/conf.py | ||
|
|
||
| # A. REFERENCES | ||
| # | ||
| # [Readthedocs] "Read the Docs: Documentation Simplified"; | ||
| # <https://docs.readthedocs.io/en/stable/>. | ||
| # | ||
| # | ||
| # B. DOCUMENT HISTORY | ||
| # | ||
| # 2023-02-02 RB Created as part of MPS GitHub migration. | ||
| # | ||
| # | ||
| # C. COPYRIGHT AND LICENSE | ||
| # | ||
| # Copyright © 2023 Ravenbrook Limited <https://www.ravenbrook.com/>. | ||
| # | ||
| # Redistribution and use in source and binary forms, with or without | ||
| # modification, are permitted provided that the following conditions are | ||
| # met: | ||
| # | ||
| # 1. Redistributions of source code must retain the above copyright | ||
| # notice, this list of conditions and the following disclaimer. | ||
| # | ||
| # 2. Redistributions in binary form must reproduce the above copyright | ||
| # notice, this list of conditions and the following disclaimer in the | ||
| # documentation and/or other materials provided with the distribution. | ||
| # | ||
| # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS | ||
| # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT | ||
| # LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR | ||
| # A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT | ||
| # HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, | ||
| # SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT | ||
| # LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, | ||
| # DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY | ||
| # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | ||
| # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE | ||
| # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
| # | ||
| # | ||
| # $Id$ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| # manual/requirements.txt -- MPS manual build requirements for pip | ||
|
|
||
| # Layout breaks in Sphinx >= 5. See <https://github.com/Ravenbrook/mps/issues/121>. | ||
| sphinx >= 4, < 5 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.