mirror of
				https://github.com/librenms/librenms.git
				synced 2024-10-07 16:52:45 +00:00 
			
		
		
		
	fix: specify specific mkdocs version (#5339)
This commit is contained in:
		@@ -3,7 +3,7 @@ GH_REPO="@github.com/librenms-docs/librenms-docs.github.io.git"
 | 
			
		||||
FULL_REPO="https://${GH_TOKEN}$GH_REPO"
 | 
			
		||||
THEME_REPO="https://github.com/librenms-docs/librenms_theme.git"
 | 
			
		||||
 | 
			
		||||
pip install --user mkdocs
 | 
			
		||||
pip install --user "mkdocs==0.16.0"
 | 
			
		||||
pip install --user pymdown-extensions
 | 
			
		||||
pip install --user git+git://github.com/aleray/mdx_del_ins.git
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user