Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lk-geimfari committed Dec 7, 2023
1 parent f6253c4 commit 6c59f24
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 13 deletions.
12 changes: 10 additions & 2 deletions docs/_static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -129,11 +129,19 @@ div.highlight pre, table.highlighttable pre {
border: 1px solid rgba(142, 117, 114, 0.25);
}

#contents li a {
#contents li a,
#api-reference li a,
#additional-information li a,
#changelog li a,
#indices li a {
color: #98a3ad !important;
}

#contents li a:hover {
#contents li a:hover,
#api-reference li a:hover,
#additional-information li a:hover,
#changelog li a:hover,
#indices li a:hover {
color: #2b79a2 !important;
text-decoration: underline !important;
}
Expand Down
3 changes: 3 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
Changelog
=========

.. include:: ../CHANGELOG.rst
12 changes: 1 addition & 11 deletions docs/contents.rst.inc
Original file line number Diff line number Diff line change
Expand Up @@ -33,23 +33,13 @@ method, this part of the documentation is for you.
Additional Information
----------------------

Disclaimer, legal information and other information are here for the interested.
Disclaimers, legal information, and other details are provided here for those interested.

.. toctree::
:maxdepth: 1

additional-info
contributing


Changelog
---------

Here you can see the full list of changes between each Mimesis release.

.. toctree::
:maxdepth: 1

changelog


Expand Down

0 comments on commit 6c59f24

Please sign in to comment.