Updated for theme

This commit is contained in:
Dimitris Zlatanidis 2023-06-12 11:50:20 +03:00
parent 9b3c6dfadb
commit 30d9a042f9
2 changed files with 21 additions and 11 deletions

View file

@ -7,7 +7,9 @@
<option name="autoReloadType" value="SELECTIVE" />
</component>
<component name="ChangeListManager">
<list default="true" id="122a51c9-ec79-4509-bab4-7ab1474a7769" name="Changes" comment="Updated for theme" />
<list default="true" id="122a51c9-ec79-4509-bab4-7ab1474a7769" name="Changes" comment="Updated for theme">
<change beforePath="$PROJECT_DIR$/requirements.txt" beforeDir="false" afterPath="$PROJECT_DIR$/requirements.txt" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
@ -77,13 +79,6 @@
<option name="presentableId" value="Default" />
<updated>1670414596656</updated>
</task>
<task id="LOCAL-02103" summary="Updated for version 4.8.8">
<created>1685717035694</created>
<option name="number" value="02103" />
<option name="presentableId" value="LOCAL-02103" />
<option name="project" value="LOCAL" />
<updated>1685717035694</updated>
</task>
<task id="LOCAL-02104" summary="Fixed urllib3.exceptions.NewConnectionError #173">
<created>1686076984567</created>
<option name="number" value="02104" />
@ -420,7 +415,14 @@
<option name="project" value="LOCAL" />
<updated>1686559325541</updated>
</task>
<option name="localTasksCounter" value="2152" />
<task id="LOCAL-02152" summary="Updated for theme">
<created>1686559775170</created>
<option name="number" value="02152" />
<option name="presentableId" value="LOCAL-02152" />
<option name="project" value="LOCAL" />
<updated>1686559775171</updated>
</task>
<option name="localTasksCounter" value="2153" />
<servers />
</component>
<component name="Vcs.Log.History.Properties">

View file

@ -1,7 +1,15 @@
# Documentation static site generator & deployment tool
mkdocs>=1.1.2
mkdocs-terminal>=4.4.0
mkdocs
mkdocs-terminal~=4.3
# Python Markdown Extensions
pygments>=2.14
pymdown-extensions>=9.9
# MkDocs Plugins
mkdocs-git-revision-date-plugin
mkdocs-exclude-search
mkdocs-macros-plugin>0.5.10
# Add your custom theme if not inside a theme_dir
# (https://github.com/mkdocs/mkdocs/wiki/MkDocs-Themes)