-
Notifications
You must be signed in to change notification settings - Fork 152
Updated rtd links (latest -> main) #416
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -484,7 +484,7 @@ installing the OpenMP support for clang. This can be done with brew_ using:: | |
|
|
||
| `LLVM <https://formulae.brew.sh/formula/llvm>`_ can also be installed using | ||
| brew_, likewise. Once this is done, you can use the following | ||
| `compyle config <https://compyle.readthedocs.io/en/latest/installation.html#config>`_:: | ||
| `compyle config <https://compyle.readthedocs.io/en/main/installation.html#config>`_:: | ||
|
||
|
|
||
| import os | ||
| os.environ['CC'] = '/opt/homebrew/opt/llvm@15/bin/clang' | ||
|
|
||
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.
[nitpick] You could abstract the RTD version into a variable or use a Sphinx substitution to keep badge URLs in sync and minimize future version updates.