Switched to Read The Docs theme
							parent
							
								
									9c1a56445b
								
							
						
					
					
						commit
						6f0af5dfdf
					
				| 
						 | 
					@ -32,6 +32,7 @@ release = '0.1'
 | 
				
			||||||
# ones.
 | 
					# ones.
 | 
				
			||||||
extensions = [
 | 
					extensions = [
 | 
				
			||||||
    'sphinx.ext.napoleon',
 | 
					    'sphinx.ext.napoleon',
 | 
				
			||||||
 | 
					    'sphinx_rtd_theme',
 | 
				
			||||||
]
 | 
					]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Add any paths that contain templates here, relative to this directory.
 | 
					# Add any paths that contain templates here, relative to this directory.
 | 
				
			||||||
| 
						 | 
					@ -48,7 +49,7 @@ exclude_patterns = []
 | 
				
			||||||
# The theme to use for HTML and HTML Help pages.  See the documentation for
 | 
					# The theme to use for HTML and HTML Help pages.  See the documentation for
 | 
				
			||||||
# a list of builtin themes.
 | 
					# a list of builtin themes.
 | 
				
			||||||
#
 | 
					#
 | 
				
			||||||
html_theme = 'alabaster'
 | 
					html_theme = 'sphinx_rtd_theme'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Add any paths that contain custom static files (such as style sheets) here,
 | 
					# Add any paths that contain custom static files (such as style sheets) here,
 | 
				
			||||||
# relative to this directory. They are copied after the builtin static files,
 | 
					# relative to this directory. They are copied after the builtin static files,
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -87,7 +87,7 @@ class RegexCommand(Command):
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        Args:
 | 
					        Args:
 | 
				
			||||||
            prefix: string to match pattern against; Pattern must match entire
 | 
					            prefix: string to match pattern against; Pattern must match entire
 | 
				
			||||||
            prefix
 | 
					                prefix
 | 
				
			||||||
        """
 | 
					        """
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        return bool(re.fullmatch(self.cmd, prefix))
 | 
					        return bool(re.fullmatch(self.cmd, prefix))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -12,3 +12,4 @@ pytest>=6.0.1,<7.0.0
 | 
				
			||||||
pytest-asyncio>=0.14.0,<1.0.0
 | 
					pytest-asyncio>=0.14.0,<1.0.0
 | 
				
			||||||
twine>=3.2.0,<4.0.0
 | 
					twine>=3.2.0,<4.0.0
 | 
				
			||||||
Sphinx==3.2.1
 | 
					Sphinx==3.2.1
 | 
				
			||||||
 | 
					sphinx-rtd-theme==0.5.0
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in New Issue