avoid pullrequest picture and fix bugfix/feature target info.
I could not get the pullrequest picture to be included correctly in both latex and html sphinx builders due to the "include" directive from doc/en/contributing.rst
This commit is contained in:
		
							parent
							
								
									787c866191
								
							
						
					
					
						commit
						a0076460db
					
				|  | @ -209,19 +209,13 @@ but here is a simple overview: | ||||||
|    are unsure about either of these steps, submit your pull request and we'll |    are unsure about either of these steps, submit your pull request and we'll | ||||||
|    help you fix it up. |    help you fix it up. | ||||||
| 
 | 
 | ||||||
| #. Finally, submit a pull request through the GitHub website: | #. Finally, submit a pull request through the GitHub website using this data:: | ||||||
| 
 |  | ||||||
|    .. image:: doc/en/img/pullrequest.png |  | ||||||
|     :width: 700px |  | ||||||
|     :align: center |  | ||||||
| 
 |  | ||||||
|    :: |  | ||||||
| 
 | 
 | ||||||
|     head-fork: YOUR_GITHUB_USERNAME/pytest |     head-fork: YOUR_GITHUB_USERNAME/pytest | ||||||
|     compare: your-branch-name |     compare: your-branch-name | ||||||
| 
 | 
 | ||||||
|     base-fork: pytest-dev/pytest |     base-fork: pytest-dev/pytest | ||||||
|     base: master          # if it's a feature |     base: master          # if it's a bugfix | ||||||
|     base: pytest-VERSION  # if it's a bugfix |     base: feature         # if it's a feature | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue