Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
abjarna committed May 27, 2024
1 parent eaf2ec2 commit 809541d
Show file tree
Hide file tree
Showing 4 changed files with 96 additions and 42 deletions.
27 changes: 25 additions & 2 deletions rit/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,26 @@
# -- Options for HTML output -------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output

html_theme = 'sphinx_book_theme'
html_title = project
html_static_path = ['_static']
html_theme = 'sphinx_book_theme'
html_theme_options = {
"use_edit_page_button": True,
"use_source_button": True,
"use_download_button": True,
"search_bar_text": "Leita...",
"announcement": "My announcement!",
"max_navbar_depth": 6,
"collapse_navbar": True,
"toc_title": "Smá test TOC titill",
}
html_context = {
# "github_url": "https://github.com/rubikrvk/rubiktest", # or your GitHub Enterprise site
"github_user": "rubikrvk",
"github_repo": "rubiktest",
"github_version": "main",
"doc_path": "docs/source/",
}

# -- Options for LaTeX output ------------------------------------------------
latex_engine = 'pdflatex'
Expand All @@ -34,4 +52,9 @@
'babel': '\\usepackage[icelandic]{babel}',
'papersize': 'a4paper',
'fontpkg': '\\usepackage{lmodern}\n\\usepackage[T1]{fontenc}',
}
}
#latex_documents = [
# ('index', 'YourProject.tex', project, author, latex_theme),
#]

latex_toplevel_sectioning = 'part'
32 changes: 32 additions & 0 deletions rit/economics.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
.. toctree::
:maxdepth: 6

E Header one
============

E Text below header one

E Header two
------------

E Text below header two

E Header three
^^^^^^^^^^^^^^

E Text below header three

E Header four
~~~~~~~~~~~~~

E Text below header four

E Header five
"""""""""""""

E Text below header five

E Header six
++++++++++++

E Text below header six
32 changes: 32 additions & 0 deletions rit/finance.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
.. toctree::
:maxdepth: 6

F Header one
============

F Text below header one

F Header two
------------

F Text below header two

F Header three
^^^^^^^^^^^^^^

F Text below header three

F Header four
~~~~~~~~~~~~~

F Text below header four

F Header five
"""""""""""""

F Text below header five

F Header six
++++++++++++

F Text below header six
47 changes: 7 additions & 40 deletions rit/index.rst
Original file line number Diff line number Diff line change
@@ -1,43 +1,10 @@
Lína 1
******
Header one
==========

Hér er texti undir línu 1

Lína 2
======

Hér er texti undir línu 2

Lína 3
------

Hér er texti undir línu 3

Lína 4
~~~~~~

Hér er texti undir línu 4

Lína 5
""""""

Hér er texti undir línu 5

Lína 6
++++++

Hér er texti undir línu 6

Lína 7
``````

Hér er texti undir línu 7

Lína 8
''''''

Hér er texti undir línu 8
Hér er smá texti.

.. toctree::
:maxdepth: 8
:caption: Efnisyfirlit:
:maxdepth: 6

finance
economics

0 comments on commit 809541d

Please sign in to comment.