Updated drone stuff to generate docs
hopefully
This commit is contained in:
		@@ -39,11 +39,9 @@ steps:
 | 
				
			|||||||
- name: make_docs
 | 
					- name: make_docs
 | 
				
			||||||
  image: python:3.8
 | 
					  image: python:3.8
 | 
				
			||||||
  commands:
 | 
					  commands:
 | 
				
			||||||
  - pip3 install Sphinx
 | 
					  - pip3 install Sphinx sphinx_rtd_theme
 | 
				
			||||||
  - pip install sphinx_rtd_theme
 | 
					 | 
				
			||||||
  - pip3 install -r requirements.txt
 | 
					  - pip3 install -r requirements.txt
 | 
				
			||||||
  - cd docs
 | 
					  - cd docs
 | 
				
			||||||
  - sphinx-apidoc -o source/ ../
 | 
					 | 
				
			||||||
  - make html
 | 
					  - make html
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- name: build_docs
 | 
					- name: build_docs
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user