-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Config file v2 docs #4451
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
Config file v2 docs #4451
Changes from all commits
Commits
Show all changes
53 commits
Select commit
Hold shift + click to select a range
76af98a
Rename docs from v1
stsewd d09b3c2
Add docs for v2
stsewd 61eff39
Add docs for sphinx.buider
stsewd b2823be
Typos
stsewd 3d61b5c
Use same name
stsewd 702ee70
List all filenames in index
stsewd 1a840ac
Fix ref
stsewd f50b033
Better sentence
stsewd 8b67757
Don't mention the deprecation yet
stsewd aa9455d
Link the filename to just one place
stsewd a4544d9
Change bullet list to definition list
stsewd c1f34a9
Typo
stsewd 66f53f8
Typo
stsewd 8273f74
Point to correct docker version for stable
stsewd 233eb92
Add supportedversions role
stsewd 358737b
Fix old links to yaml-config
stsewd 37d5829
Update link to configuration file
stsewd 00edff4
Link to specific conda docs
stsewd f2d47f3
New advatage
stsewd 362be88
Use tip instead of note
stsewd 93a89f2
Update note about using v2 instead of v1
stsewd 239201b
Add example word
stsewd 2af7cdf
Better sentences
stsewd dc70b5f
Add default value
stsewd 8ca9c2d
Link to official docs
stsewd 2b2a95a
Style
stsewd b9f4365
Rename role
stsewd e601db2
Include list of global settings
stsewd f1d60de
Add note about ignoring submodules.recursive
stsewd 0d6ee5c
Link to specific sections
stsewd c584485
Update link
stsewd 1f07a17
Update link
stsewd 4954238
Update link
stsewd 48b1a4d
Ref to build environment
stsewd 9193e07
Notes about stric validation
stsewd 264a693
Merge branch 'master' into config-file-v2-docs
stsewd f8e61e8
Merge branch 'master' into config-file-v2-docs
stsewd 8db81f1
Merge branch 'master' into config-file-v2-docs
stsewd 90ee844
Update docs to new schema
stsewd ebf3b0d
Update migration guide
stsewd d08283c
Reword
stsewd 2607216
Merge branch 'master' into config-file-v2-docs
stsewd b13a5b6
Fix link
stsewd d6c9e40
Update extension
stsewd c512420
Clean up
stsewd 9fe4a1d
Update docs/config-file/v2.rst
ericholscher f5d3ec4
Feedback
stsewd 7f520a4
Be more explicit about python.install default
stsewd 5e0b771
More generic description for submodules
stsewd 329286f
Fix broken link
stsewd 54ffc0e
Merge branch 'master' into config-file-v2-docs
stsewd eb1cd4e
Merge branch 'master' into config-file-v2-docs
stsewd f4a5f07
Update versions
stsewd 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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
[rstcheck] | ||
ignore_directives=automodule,http:get,tabs,tab,prompt | ||
ignore_roles=djangosetting,setting,featureflags | ||
ignore_roles=djangosetting,setting,featureflags,buildpyversions | ||
ignore_messages=(Duplicate implicit target name: ".*")|(Hyperlink target ".*" is not referenced) |
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,28 @@ | ||
Configuration File | ||
================== | ||
|
||
In addition to using the admin panel of your project to configure your project, | ||
you can use a configuration file in the root of your project. | ||
The configuration file can be named as: | ||
|
||
- ``readthedocs.yml`` | ||
- ``readthedocs.yaml`` | ||
- ``.readthedocs.yml`` | ||
- ``.readthedocs.yaml`` | ||
|
||
The main advantages of using a configuration file over the web interface are: | ||
|
||
- Some settings are only available using a configuration file | ||
- The settings are per version rather than per project. | ||
- The settings live in your VCS. | ||
- Reproducible build environments over time. | ||
|
||
stsewd marked this conversation as resolved.
Show resolved
Hide resolved
|
||
.. tip:: | ||
|
||
Using a configuration file is the recommended way of using Read the Docs. | ||
|
||
.. toctree:: | ||
:maxdepth: 3 | ||
|
||
Version 2 <v2> | ||
Version 1 <v1> |
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.