fix docs
This commit is contained in:
		
							
								
								
									
										8
									
								
								.github/workflows/update-docs.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										8
									
								
								.github/workflows/update-docs.yml
									
									
									
									
										vendored
									
									
								
							| @@ -21,19 +21,15 @@ jobs: | ||||
|         with: | ||||
|           python-version: 3.11 | ||||
|  | ||||
|       - name: Install Dependencies | ||||
|       - name: Install Dependencies & generate Docs | ||||
|         run: | | ||||
|           sudo apt-get install python3-sphinx | ||||
|           python3 -m venv venv | ||||
|           source venv/bin/activate | ||||
|           python -m pip install --upgrade pip | ||||
|           pip install wheel | ||||
|           pip install -r requirements.txt | ||||
|           pip install -e . | ||||
|           cd .. | ||||
|            | ||||
|       - name: Generate Docs | ||||
|         run: | | ||||
|           sudo apt-get install python3-sphinx | ||||
|           pip install sphinxemoji sphinx_rtd_theme recommonmark | ||||
|           cd docsource && make github && cd .. | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user