-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
allow to specify a git branch #4
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
Comments
This should be working now. In the edit project dialog you should be able to specify a default branch. |
Fast forward 5 years, there's neither "project edit dialog" nor ability to specify a branch. |
@agjohnson : I see, thanks. For slow folks like me, who can't get it right away: You need to go to your project, click "Admin" button, then "Versions" in left navbar. Then you will be shown a list of tags, and most importantly, branches of your git repo. All branches are by default unselected. You need to click "Active" checkbox by the branches you want to build docs from, and then Submit button. After that, you will be able to see those branches in list of "versions" throughout readthedocs UI, and build from them. |
…onals. FunctionalRightVectorMult was implemeted before via OperatorRightVectorMult. However, this is an operator and not a functional, why FunctionalRightVectorMult has been explicitly added. The commit also add tests for FunctionalRightVectorMult. The commit also contains a (start for) an in-dept doc for functionals.
@nad2000 you need to do this in the |
Leaving a mark here to help future readers. If the solution mentioned above by @pfalcon would NOT work for you, you should double check:
In my case, somehow the integration has been broken for quite a while, so RTD can not pick up the new branch that I've pushed into my repo. My workaround is to delete the old integration, and create a new one. |
This was implemented on Build, but not Version. Version does have an opinionated version of this, but the output is "#4 (PR)" and I would like "Pull request" instead.
* Add missing Version.external_version_name This was implemented on Build, but not Version. Version does have an opinionated version of this, but the output is "#4 (PR)" and I would like "Pull request" instead. * Formatting
For testing purposes, it'd be cool to just use a "docs" branch, or some other branch of git. Otherwise I always need to push into the master, just to test some idea out, to make sure things build at readthedocs.org
The text was updated successfully, but these errors were encountered: