mirror of
https://github.com/inventree/InvenTree.git
synced 2025-07-03 04:00:57 +00:00
Docs refactor (#9545)
* Refactor / reognaize docs structure * Refactor plugin docs structure * More refactoring / cleanup * Update build images * Gallery updates * Order images * Update part docs * Settings images * Stock images * Reitntroduce gallery * Add custom icon macro * Update icons * Cleanup * Fix link * Fix internal links * Revert some page moves * Fix links * Fix links
This commit is contained in:
@ -160,7 +160,7 @@ def on_config(config, *args, **kwargs):
|
||||
|
||||
We can use these to determine (at run time) where we are hosting
|
||||
"""
|
||||
rtd = os.environ.get('READTHEDOCS', 'False')
|
||||
rtd = os.environ.get('READTHEDOCS', None)
|
||||
|
||||
# Note: version selection is handled by RTD internally
|
||||
# Check for 'versions.json' file
|
||||
|
Reference in New Issue
Block a user