Fix building docs
This commit is contained in:
		 Massimiliano Culpo
					Massimiliano Culpo
				
			
				
					committed by
					
						 Todd Gamblin
						Todd Gamblin
					
				
			
			
				
	
			
			
			 Todd Gamblin
						Todd Gamblin
					
				
			
						parent
						
							033cb86fd6
						
					
				
				
					commit
					6a44a146af
				
			| @@ -76,7 +76,14 @@ | |||||||
|     "--output-dir=.",  # Directory to place all output |     "--output-dir=.",  # Directory to place all output | ||||||
|     "--module-first",  # emit module docs before submodule docs |     "--module-first",  # emit module docs before submodule docs | ||||||
| ] | ] | ||||||
| sphinx_apidoc(apidoc_args + ["_spack_root/lib/spack/spack"]) | sphinx_apidoc( | ||||||
|  |     apidoc_args | ||||||
|  |     + [ | ||||||
|  |         "_spack_root/lib/spack/spack", | ||||||
|  |         "_spack_root/lib/spack/spack/test/*.py", | ||||||
|  |         "_spack_root/lib/spack/spack/test/cmd/*.py", | ||||||
|  |     ] | ||||||
|  | ) | ||||||
| sphinx_apidoc(apidoc_args + ["_spack_root/lib/spack/llnl"]) | sphinx_apidoc(apidoc_args + ["_spack_root/lib/spack/llnl"]) | ||||||
| 
 | 
 | ||||||
| # Enable todo items | # Enable todo items | ||||||
|   | |||||||
| @@ -232,7 +232,7 @@ Spack Subcommands | |||||||
| Unit tests | Unit tests | ||||||
| ^^^^^^^^^^ | ^^^^^^^^^^ | ||||||
|  |  | ||||||
| :mod:`spack.test` | ``spack.test`` | ||||||
|   Implements Spack's test suite.  Add a module and put its name in |   Implements Spack's test suite.  Add a module and put its name in | ||||||
|   the test suite in ``__init__.py`` to add more unit tests. |   the test suite in ``__init__.py`` to add more unit tests. | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user