-
Notifications
You must be signed in to change notification settings - Fork 492
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
We don't seem to be using intersphinx and I got an error about it so i simply removed it. I also got rid of the Python 3.10 vs 3.11 divide. It's no longer relevant and some older servers were holding us back. Everyone should use the same (latest!) Sphinx. I included a tiny conclusion.md file as a demo, but it can be removed, of course.
- Loading branch information
Showing
4 changed files
with
18 additions
and
23 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,7 @@ | ||
# Developers, please use Python 3.9 or lower to build the guides. | ||
# For your convenience, a solution for Python 3.10 is provided below | ||
# but we would prefer that you use the same version of Sphinx | ||
# (below on the < 3.10 line) that is used to build the production guides. | ||
Sphinx==3.5.4 ; python_version < '3.10' | ||
Sphinx==5.3.0 ; python_version >= '3.10' | ||
Sphinx==7.2.6 | ||
|
||
# Necessary workaround for ReadTheDocs for Sphinx 3.x - unnecessary as of Sphinx 4.5+ | ||
Jinja2>=3.0.2,<3.1 | ||
|
||
# Sphinx - Additional modules | ||
# inline icons | ||
sphinx-icon==0.1.2 | ||
|
||
# Markdown support | ||
myst-parser==2.0.0 |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
Conclusion | ||
========== | ||
|
||
QA is awesome. Do you know what else is awesome? Markdown. | ||
|
||
It's easy to create a [link](https://dataverse.org), for example, and nested bullets don't need extra indentation: | ||
|
||
- foo | ||
- one | ||
- two | ||
- bar |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,12 +11,4 @@ QA Guide | |
manual-testing | ||
test-automation-integration | ||
other-approaches | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
conclusion |