mirror of
				https://github.com/ets-labs/python-dependency-injector.git
				synced 2025-10-30 23:47:40 +03:00 
			
		
		
		
	Increase version to 3.8.2
This commit is contained in:
		
							parent
							
								
									7b0b3e8381
								
							
						
					
					
						commit
						e4275c0f85
					
				
							
								
								
									
										13
									
								
								docs/conf.py
									
									
									
									
									
								
							
							
						
						
									
										13
									
								
								docs/conf.py
									
									
									
									
									
								
							|  | @ -112,7 +112,7 @@ todo_include_todos = False | ||||||
| 
 | 
 | ||||||
| # 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 = 'default' | html_theme = 'sphinx_rtd_theme' | ||||||
| 
 | 
 | ||||||
| # Theme options are theme-specific and customize the look and feel of a theme | # Theme options are theme-specific and customize the look and feel of a theme | ||||||
| # further.  For a list of options available for each theme, see the | # further.  For a list of options available for each theme, see the | ||||||
|  | @ -206,17 +206,6 @@ html_static_path = ['_static'] | ||||||
| # Output file base name for HTML help builder. | # Output file base name for HTML help builder. | ||||||
| htmlhelp_basename = 'dependency_injectordoc' | htmlhelp_basename = 'dependency_injectordoc' | ||||||
| 
 | 
 | ||||||
| # on_rtd is whether we are on readthedocs.org, this line of code grabbed from |  | ||||||
| # docs.readthedocs.org |  | ||||||
| on_rtd = os.environ.get('READTHEDOCS', None) == 'True' |  | ||||||
| 
 |  | ||||||
| if not on_rtd:  # only import and set the theme if we're building docs locally |  | ||||||
|     import sphinx_rtd_theme |  | ||||||
|     html_theme = 'sphinx_rtd_theme' |  | ||||||
|     html_theme_path = [sphinx_rtd_theme.get_html_theme_path()] |  | ||||||
| # otherwise, readthedocs.org uses their theme by default, so no need to |  | ||||||
| # specify it |  | ||||||
| 
 |  | ||||||
| # -- Options for LaTeX output --------------------------------------------- | # -- Options for LaTeX output --------------------------------------------- | ||||||
| 
 | 
 | ||||||
| latex_elements = { | latex_elements = { | ||||||
|  |  | ||||||
|  | @ -7,6 +7,10 @@ that were made in every particular version. | ||||||
| From version 0.7.6 *Dependency Injector* framework strictly  | From version 0.7.6 *Dependency Injector* framework strictly  | ||||||
| follows `Semantic versioning`_ | follows `Semantic versioning`_ | ||||||
| 
 | 
 | ||||||
|  | 3.8.2 | ||||||
|  | ----- | ||||||
|  | - Fix padding problem in code samples in docs (part 2). | ||||||
|  | 
 | ||||||
| 3.8.1 | 3.8.1 | ||||||
| ----- | ----- | ||||||
| - Fix padding problem in code samples in docs. | - Fix padding problem in code samples in docs. | ||||||
|  |  | ||||||
|  | @ -1,6 +1,6 @@ | ||||||
| """Dependency injector top-level package.""" | """Dependency injector top-level package.""" | ||||||
| 
 | 
 | ||||||
| __version__ = '3.8.1' | __version__ = '3.8.2' | ||||||
| """Version number that follows semantic versioning. | """Version number that follows semantic versioning. | ||||||
| 
 | 
 | ||||||
| :type: str | :type: str | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user