This repository has been archived by the owner on Aug 9, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Conversation
This file contains 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
maeve-fpf
force-pushed
the
k8s-container
branch
2 times, most recently
from
January 5, 2022 16:40
923a724
to
98277e7
Compare
maeve-fpf
force-pushed
the
k8s-container
branch
6 times, most recently
from
January 11, 2022 18:33
2ea3b4c
to
2c9e023
Compare
maeve-fpf
force-pushed
the
k8s-container
branch
from
January 14, 2022 14:50
2c9e023
to
b17ca50
Compare
eloquence
suggested changes
Jan 20, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Somehow Sphinx gets stuck in an infinite loop for me when building the container:
Your branch is up to date with 'origin/main'.
Running Sphinx v4.2.0
/roc/1/cwd/general_support.rst: WARNING: document not readable. Ignored.
/roc/1/cwd/index.rst: WARNING: document not readable. Ignored.
/roc/1/cwd/encrypted_email_setup.rst: WARNING: document not readable. Ignored.
/roc/1/cwd/using_redmine.rst: WARNING: document not readable. Ignored.
/roc/1/cwd/creating_your_account.rst: WARNING: document not readable. Ignored.
/roc/1/cwd/troubleshooting.rst: WARNING: document not readable. Ignored.
/roc/1/cwd/encrypted_email_troubleshooting.rst: WARNING: document not readable. Ignored.
/roc/1/cwd/encrypted_email_overview.rst: WARNING: document not readable. Ignored.
/roc/1/cwd/encrypted_email_do_not_want.rst: WARNING: document not readable. Ignored.
/roc/1/cwd/proc/1/cwd/general_support.rst: WARNING: document not readable. Ignored.
/roc/1/cwd/proc/1/cwd/index.rst: WARNING: document not readable. Ignored.
/roc/1/cwd/proc/1/cwd/encrypted_email_setup.rst: WARNING: document not readable. Ignored.
/roc/1/cwd/proc/1/cwd/using_redmine.rst: WARNING: document not readable. Ignored.
/roc/1/cwd/proc/1/cwd/creating_your_account.rst: WARNING: document not readable. Ignored.
/roc/1/cwd/proc/1/cwd/troubleshooting.rst: WARNING: document not readable. Ignored.
/roc/1/cwd/proc/1/cwd/encrypted_email_troubleshooting.rst: WARNING: document not readable. Ignored.
/roc/1/cwd/proc/1/cwd/encrypted_email_overview.rst: WARNING: document not readable. Ignored.
/roc/1/cwd/proc/1/cwd/encrypted_email_do_not_want.rst: WARNING: document not readable. Ignored.
/roc/1/cwd/proc/1/cwd/proc/1/cwd/general_support.rst: WARNING: document not readable. Ignored.
/roc/1/cwd/proc/1/cwd/proc/1/cwd/index.rst: WARNING: document not readable. Ignored.
/roc/1/cwd/proc/1/cwd/proc/1/cwd/encrypted_email_setup.rst: WARNING: document not readable. Ignored.
/roc/1/cwd/proc/1/cwd/proc/1/cwd/using_redmine.rst: WARNING: document not readable. Ignored.
/roc/1/cwd/proc/1/cwd/proc/1/cwd/creating_your_account.rst: WARNING: document not readable. Ignored.
/roc/1/cwd/proc/1/cwd/proc/1/cwd/troubleshooting.rst: WARNING: document not readable. Ignored.
and so on, with ever deeper nesting
eloquence
approved these changes
Jan 20, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works as expected when testing with the temp commit on staging-ci-test
.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
This is another PR like freedomofpress/securedrop-docs#295 (please read that for an explanation of these changes).
It would be smaller than freedomofpress/securedrop-workstation-docs#96, except it moves everything applicable under a
docs
directory for consistency with the other two repos. I ran into a strange circular symlink problem without making that change, and it seemed like a good idea anyway. However, this may need more review than the other two for that reason. I've runmake docs
andmake docs-lint
and they seem correct.This is deployed at: https://staging-support-docs.securedrop.org/
Like both other repos, CI is currently set up to trigger on a test branch of this repo, so nothing will happen immedately when this is merged into
main
.