docs: add .readthedocs.yaml
This commit is contained in:
		
							
								
								
									
										3
									
								
								.github/workflows/e2e.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.github/workflows/e2e.yml
									
									
									
									
										vendored
									
									
								
							| @@ -8,6 +8,9 @@ on: | |||||||
|       - ".github/workflows/ubuntu.yml" |       - ".github/workflows/ubuntu.yml" | ||||||
|       - ".github/workflows/macos.yml" |       - ".github/workflows/macos.yml" | ||||||
|       - ".github/workflows/debian-cache.yml" |       - ".github/workflows/debian-cache.yml" | ||||||
|  |       - "docs/**" | ||||||
|  |       - ".readthedocs.yaml" | ||||||
|  |       - "README.md" | ||||||
|  |  | ||||||
| concurrency: | concurrency: | ||||||
|   group: ${{ github.workflow_ref }} |   group: ${{ github.workflow_ref }} | ||||||
|   | |||||||
							
								
								
									
										4
									
								
								.github/workflows/ubuntu.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/ubuntu.yml
									
									
									
									
										vendored
									
									
								
							| @@ -5,9 +5,11 @@ on: | |||||||
|   push: |   push: | ||||||
|     paths-ignore: |     paths-ignore: | ||||||
|       - ".github/workflows/images-*" |       - ".github/workflows/images-*" | ||||||
|       - ".github/workflows/debian-cache.yml" |  | ||||||
|       - ".github/workflows/e2e.yml" |       - ".github/workflows/e2e.yml" | ||||||
|  |       - ".github/workflows/macos.yml" | ||||||
|  |       - ".github/workflows/debian-cache.yml" | ||||||
|       - "docs/**" |       - "docs/**" | ||||||
|  |       - ".readthedocs.yaml" | ||||||
|       - "README.md" |       - "README.md" | ||||||
|   pull_request: |   pull_request: | ||||||
|  |  | ||||||
|   | |||||||
							
								
								
									
										12
									
								
								.readthedocs.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								.readthedocs.yaml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,12 @@ | |||||||
|  | version: 2 | ||||||
|  |  | ||||||
|  | build: | ||||||
|  |   os: ubuntu-22.04 | ||||||
|  |   tools: | ||||||
|  |     python: latest | ||||||
|  |  | ||||||
|  | sphinx: | ||||||
|  |    configuration: docs/conf.py | ||||||
|  |  | ||||||
|  | formats: | ||||||
|  |    - pdf | ||||||
| @@ -1,5 +1,5 @@ | |||||||
| [](https://app.codacy.com/app/jollheef/out-of-tree?utm_source=github.com&utm_medium=referral&utm_content=jollheef/out-of-tree&utm_campaign=Badge_Grade_Dashboard) | [](https://github.com/out-of-tree/out-of-tree/actions/workflows/ubuntu.yml) | ||||||
| [](https://goreportcard.com/report/code.dumpstack.io/tools/out-of-tree) | [](https://github.com/out-of-tree/out-of-tree/actions/workflows/e2e.yml) | ||||||
| [](https://out-of-tree.readthedocs.io/en/latest/?badge=latest) | [](https://out-of-tree.readthedocs.io/en/latest/?badge=latest) | ||||||
|  |  | ||||||
| # [out-of-tree](https://out-of-tree.io) | # [out-of-tree](https://out-of-tree.io) | ||||||
|   | |||||||
							
								
								
									
										1
									
								
								docs/conf.py
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								docs/conf.py
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1 @@ | |||||||
|  | project = "out-of-tree" | ||||||
		Reference in New Issue
	
	Block a user