Skip to content

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

Closed
certik opened this issue Aug 19, 2010 · 7 comments
Closed

allow to specify a git branch #4

certik opened this issue Aug 19, 2010 · 7 comments

Comments

@certik
Copy link

certik commented Aug 19, 2010

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

@ericholscher
Copy link
Member

This should be working now. In the edit project dialog you should be able to specify a default branch.

@pfalcon
Copy link

pfalcon commented Jan 3, 2016

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
Copy link
Contributor

@pfalcon

screen shot 2016-01-04 at 12 16 31 pm

@pfalcon
Copy link

pfalcon commented Jan 4, 2016

@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.

aringh referenced this issue in odlgroup/odl Jul 26, 2016
…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
Copy link

nad2000 commented Jun 1, 2018

Using "Version" tab I can see that "latest" is mapped to a branch (git):
screenshot from 2018-06-01 17-30-22
But how it could be mapped to a different branch? While I was testing I was using this specific branch. Now I need to map it to master. Hitting edit or going via Admin->Versions... didn't help either.

@stsewd
Copy link
Member

stsewd commented Jun 1, 2018

@nad2000 you need to do this in the Admin section, Advanced settings -> Default branch

@rayluo
Copy link

rayluo commented Jan 27, 2020

Leaving a mark here to help future readers. If the solution mentioned above by @pfalcon would NOT work for you, you should double check:

  • the Integrations setting in your project inside ReadTheDocs
  • and/or the webhooks in your repo's hoster, such as Github

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.

agjohnson added a commit that referenced this issue Jul 11, 2023
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.
agjohnson added a commit that referenced this issue Jul 24, 2023
* 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
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants